drivers/misc/hpilo.c needs CONFIG_PCI
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>
This commit is contained in:
parent
a7f371e54f
commit
f38954c93c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue