]> err.no Git - linux-2.6/commitdiff
sh: Fix up se7751 build.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 11 Sep 2007 03:35:09 +0000 (12:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:52 +0000 (11:57 +0900)
Trivial compile fix.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/se/7751/setup.c

index b007defc99457f706608b320606290aeda56a487..deefbfd92591a388e5ab3c22d247337bcfa30bbf 100644 (file)
@@ -41,7 +41,6 @@ static struct platform_device heartbeat_device = {
 };
 
 static struct platform_device *se7751_devices[] __initdata = {
-       &smc91x_device,
        &heartbeat_device,
 };