projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc24066
)
[SPARC]: remove ifdef CONFIG_PCI from envctrl.c
author
Christoph Hellwig
<hch@lst.de>
Tue, 9 Aug 2005 21:39:10 +0000
(14:39 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 9 Aug 2005 21:39:10 +0000
(14:39 -0700)
The driver already depends on CONFIG_PCI in Kconfig.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/sbus/char/envctrl.c
patch
|
blob
|
history
diff --git
a/drivers/sbus/char/envctrl.c
b/drivers/sbus/char/envctrl.c
index e103b12f9efe8a7bc830dc766c0dd2271ca46490..1247f81a3278f8808492978a0683e792dd332837 100644
(file)
--- a/
drivers/sbus/char/envctrl.c
+++ b/
drivers/sbus/char/envctrl.c
@@
-1039,7
+1039,6
@@
static int kenvctrld(void *__unused)
static int __init envctrl_init(void)
{
-#ifdef CONFIG_PCI
struct linux_ebus *ebus = NULL;
struct linux_ebus_device *edev = NULL;
struct linux_ebus_child *edev_child = NULL;
@@
-1133,9
+1132,6
@@
out_iounmap:
kfree(i2c_childlist[i].tables);
}
return err;
-#else
- return -ENODEV;
-#endif
}
static void __exit envctrl_cleanup(void)