]> git.baikalelectronics.ru Git - kernel.git/commit
bcma: add missing includes
authorRafał Miłecki <zajec5@gmail.com>
Tue, 3 Mar 2015 06:32:57 +0000 (07:32 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 3 Mar 2015 13:26:38 +0000 (15:26 +0200)
commit131f0ac0ea3d46fdc928a2669f40754a9851c406
treec8a6d7d2c3ffd92d8b6daad45357bd786a944d89
parent72bdfb9fc868bf578d110a7d57c31ce14d2d0b24
bcma: add missing includes

kbuild found out that commit 3e70ce9300a9 ("bcma: support bringing up
bus hosted on PCIe Gen 2") broke the build on m68k:

   drivers/bcma/driver_pcie2.c: In function 'bcma_core_pcie2_up':
>> drivers/bcma/driver_pcie2.c:196:2: error: implicit declaration of function 'pcie_set_readrq' [-Werror\
=implicit-function-declaration]
     err = pcie_set_readrq(dev, pcie2->reqsize);
     ^
   cc1: some warnings being treated as errors

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/bcma/driver_pci_host.c
drivers/bcma/driver_pcie2.c