Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fe1b95d authored by Grant Likely's avatar Grant Likely Committed by Josh Boyer
Browse files

[POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia board



Fix an obvious typo.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 4f43143f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ static int __init sequoia_device_probe(void)

	return 0;
}
machien_device_initcall(sequoia, sequoia_device_probe);
machine_device_initcall(sequoia, sequoia_device_probe);

static int __init sequoia_probe(void)
{