Re: [PATCH] remove ifdef CONFIG_PCI from envctrl.c

2005-08-09 Thread David S. Miller
From: Christoph Hellwig <[EMAIL PROTECTED]> Date: Tue, 9 Aug 2005 22:31:19 +0200 > The driver already depends on CONFIG_PCI in Kconfig. What I don't quite > understand yet is why a PCI-only driver sits in drivers/sbus/ .. There really isn't any place to put odd sparc drivers other then drivers/s

[PATCH] remove ifdef CONFIG_PCI from envctrl.c

2005-08-09 Thread Christoph Hellwig
The driver already depends on CONFIG_PCI in Kconfig. What I don't quite understand yet is why a PCI-only driver sits in drivers/sbus/ .. Signed-off-by: Christoph Hellwig <[EMAIL PROTECTED]> Index: linux-2.6/drivers/sbus/char/envctrl.c