diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-10 23:35:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:52 -0400 |
commit | aa0e77dc21d73057208b8683114b400c898cf53a (patch) | |
tree | e4b918700fe2c6ab8f7a8e0c92a5dfc9fd351271 /arch/sh/boards | |
parent | da6b003adc73011fd441a89c30d4f896667e24ba (diff) |
sh: Fix up se7751 build.
Trivial compile fix.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/se/7751/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 = { | |||
41 | }; | 41 | }; |
42 | 42 | ||
43 | static struct platform_device *se7751_devices[] __initdata = { | 43 | static struct platform_device *se7751_devices[] __initdata = { |
44 | &smc91x_device, | ||
45 | &heartbeat_device, | 44 | &heartbeat_device, |
46 | }; | 45 | }; |
47 | 46 | ||