From: Paul Mundt Date: Tue, 11 Sep 2007 03:35:09 +0000 (+0900) Subject: sh: Fix up se7751 build. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aa0e77dc21d73057208b8683114b400c898cf53a;p=mv-sheeva.git sh: Fix up se7751 build. Trivial compile fix. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/se/7751/setup.c b/arch/sh/boards/se/7751/setup.c index b007defc994..deefbfd9259 100644 --- a/arch/sh/boards/se/7751/setup.c +++ b/arch/sh/boards/se/7751/setup.c @@ -41,7 +41,6 @@ static struct platform_device heartbeat_device = { }; static struct platform_device *se7751_devices[] __initdata = { - &smc91x_device, &heartbeat_device, };