[POWERPC] 83xx: mpc8313erdb: Fix whitespace.
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
8129a59a53
commit
255b09eb26
|
@ -70,9 +70,9 @@ void __init mpc8313_rdb_init_IRQ(void)
|
|||
*/
|
||||
static int __init mpc8313_rdb_probe(void)
|
||||
{
|
||||
unsigned long root = of_get_flat_dt_root();
|
||||
unsigned long root = of_get_flat_dt_root();
|
||||
|
||||
return of_flat_dt_is_compatible(root, "MPC8313ERDB");
|
||||
return of_flat_dt_is_compatible(root, "MPC8313ERDB");
|
||||
}
|
||||
|
||||
define_machine(mpc8313_rdb) {
|
||||
|
|
Loading…
Reference in New Issue