From aa0e77dc21d73057208b8683114b400c898cf53a Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 11 Sep 2007 12:35:09 +0900 Subject: sh: Fix up se7751 build. Trivial compile fix. Signed-off-by: Paul Mundt --- arch/sh/boards/se/7751/setup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/boards/se/7751/setup.c b/arch/sh/boards/se/7751/setup.c index b007defc9945..deefbfd92591 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, }; -- cgit v1.2.3-59-g8ed1b