projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da6b003
)
sh: Fix up se7751 build.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 11 Sep 2007 03:35:09 +0000
(12:35 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh/boards/se/7751/setup.c
b/arch/sh/boards/se/7751/setup.c
index b007defc99457f706608b320606290aeda56a487..deefbfd92591a388e5ab3c22d247337bcfa30bbf 100644
(file)
--- 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,
};