From: Christoph Hellwig Date: Tue, 9 Aug 2005 21:39:10 +0000 (-0700) Subject: [SPARC]: remove ifdef CONFIG_PCI from envctrl.c X-Git-Tag: v3.12-rc1~42767^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4875ccdb304775e9fd830f644643a1513357e043;p=kernel%2Fkernel-generic.git [SPARC]: remove ifdef CONFIG_PCI from envctrl.c The driver already depends on CONFIG_PCI in Kconfig. Signed-off-by: Christoph Hellwig Signed-off-by: David S. Miller --- diff --git a/drivers/sbus/char/envctrl.c b/drivers/sbus/char/envctrl.c index e103b12..1247f81 100644 --- 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)