Skip to content

Commit

Permalink
remove #error on !PCI from pmc551.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
DerDakon authored and dwmw2 committed Jul 15, 2006
1 parent 6a5a297 commit 9d05cd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/mtd/devices/pmc551.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9d05cd5

Please sign in to comment.