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:
6a5a297
)
remove #error on !PCI from pmc551.c
author
Rolf Eike Beer
<eike-kernel@sf-tec.de>
Fri, 14 Jul 2006 12:39:06 +0000
(14:39 +0200)
committer
David Woodhouse
<dwmw2@infradead.org>
Sat, 15 Jul 2006 12:19:55 +0000
(13:19 +0100)
PMC551 depends on PCI in Kconfig so there is no need to #error in code if PCI
is not set.
Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/devices/pmc551.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/devices/pmc551.c
b/drivers/mtd/devices/pmc551.c
index 6f9bbf6fee4d090237be6d418edb5323c1e3583b..2c0149708739814b0f34c83559f2af63c7be098e 100644
(file)
--- a/
drivers/mtd/devices/pmc551.c
+++ b/
drivers/mtd/devices/pmc551.c
@@
-99,10
+99,6
@@
#include <asm/system.h>
#include <linux/pci.h>
-#ifndef CONFIG_PCI
-#error Enable PCI in your kernel config
-#endif
-
#include <linux/mtd/mtd.h>
#include <linux/mtd/pmc551.h>
#include <linux/mtd/compatmac.h>