From: Paul Gortmaker Date: Fri, 1 Jul 2011 20:06:37 +0000 (-0400) Subject: bcma: add module.h to the modular portions of this driver X-Git-Tag: next-20110826~3^2~44 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=24858cc41bbc627ad1ed73a156d3124af3b1c8a8;p=karo-tx-linux.git bcma: add module.h to the modular portions of this driver This will ensure that it continues to build once we remove the implicit module.h presence from everywhere later on. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c index ac4bc626c149..1b51d8b7ac80 100644 --- a/drivers/bcma/host_pci.c +++ b/drivers/bcma/host_pci.c @@ -9,6 +9,7 @@ #include #include #include +#include static void bcma_host_pci_switch_core(struct bcma_device *core) { diff --git a/drivers/bcma/main.c b/drivers/bcma/main.c index 873e2e4ac55f..7278c2e8b472 100644 --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c @@ -6,6 +6,7 @@ */ #include "bcma_private.h" +#include #include #include