Skip to content

Commit

Permalink
drivers/misc/hpilo.c needs CONFIG_PCI
Browse files Browse the repository at this point in the history
m68k allmodconfig:

drivers/misc/hpilo.c: In function 'ilo_ccb_close':
drivers/misc/hpilo.c:225: error: implicit declaration of function 'pci_free_consistent'
drivers/misc/hpilo.c: In function 'ilo_ccb_open':
drivers/misc/hpilo.c:244: error: implicit declaration of function 'pci_alloc_consistent'
drivers/misc/hpilo.c:245: warning: assignment makes pointer from integer without a cast

Cc: David Altobelli <david.altobelli@hp.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 25, 2008
1 parent a7f371e commit f38954c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ config SGI_XP

config HP_ILO
tristate "Channel interface driver for HP iLO/iLO2 processor"
depends on PCI
default n
help
The channel interface driver allows applications to communicate
Expand Down

0 comments on commit f38954c

Please sign in to comment.