diff options
author | Christoph Hellwig <hch@lst.de> | 2005-08-09 17:39:10 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-08-09 17:39:10 -0400 |
commit | 4875ccdb304775e9fd830f644643a1513357e043 (patch) | |
tree | 8467c7e0f6066613a850945cd3e54993d42bbe3e /drivers/sbus | |
parent | bc2406684b5929cea5d40b9cc4fd872816956779 (diff) |
[SPARC]: remove ifdef CONFIG_PCI from envctrl.c
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>
Diffstat (limited to 'drivers/sbus')
-rw-r--r-- | drivers/sbus/char/envctrl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/sbus/char/envctrl.c b/drivers/sbus/char/envctrl.c index e103b12f9efe..1247f81a3278 100644 --- a/drivers/sbus/char/envctrl.c +++ b/drivers/sbus/char/envctrl.c | |||
@@ -1039,7 +1039,6 @@ static int kenvctrld(void *__unused) | |||
1039 | 1039 | ||
1040 | static int __init envctrl_init(void) | 1040 | static int __init envctrl_init(void) |
1041 | { | 1041 | { |
1042 | #ifdef CONFIG_PCI | ||
1043 | struct linux_ebus *ebus = NULL; | 1042 | struct linux_ebus *ebus = NULL; |
1044 | struct linux_ebus_device *edev = NULL; | 1043 | struct linux_ebus_device *edev = NULL; |
1045 | struct linux_ebus_child *edev_child = NULL; | 1044 | struct linux_ebus_child *edev_child = NULL; |
@@ -1133,9 +1132,6 @@ out_iounmap: | |||
1133 | kfree(i2c_childlist[i].tables); | 1132 | kfree(i2c_childlist[i].tables); |
1134 | } | 1133 | } |
1135 | return err; | 1134 | return err; |
1136 | #else | ||
1137 | return -ENODEV; | ||
1138 | #endif | ||
1139 | } | 1135 | } |
1140 | 1136 | ||
1141 | static void __exit envctrl_cleanup(void) | 1137 | static void __exit envctrl_cleanup(void) |