Skip to content
Commit d885d4f3 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Greg Kroah-Hartman
Browse files

pcmcia: add missing include for new pci resource handler



The recently added rsrc_pci.c file calls pci_bus_alloc_resource without
including the header file that declares it, and that sometimes causes
a build warning on ARM:

drivers/pcmcia/rsrc_pci.c: In function 'find_io_region':
drivers/pcmcia/rsrc_pci.c:40:2: error: implicit declaration of function 'pci_bus_alloc_resource' [-Werror=implicit-function-declaration]

This adds the missing include statement.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Fixes: 02b03846

 ("pcmcia: add a new resource manager for non ISA systems")
Acked-by: default avatarAlan Cox <alan@linux.intel.com>
Reported-by: default avatarJim Davis <jim.epost@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2ccffaf9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment