[PATCH] pcmcia: add missing include for new pci resource handler

Alan Cox alan at linux.intel.com
Tue Jan 13 09:10:28 PST 2015


On Tue, 2015-01-13 at 15:11 +0100, Arnd Bergmann wrote:
> 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: Arnd Bergmann <arnd at arndb.de>
> Cc: Alan Cox <alan at linux.intel.com>
> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Fixes: 02b03846bb2be ("pcmcia: add a new resource manager for non ISA systems"

Acked-by: Alan Cox <alan at linux.intel.com>

I hadn't intended it to be sucked on ARM although I guess it ought to
work there just fine.

Alan





More information about the linux-pcmcia mailing list