From 200351c77d6aa7fc36d3a49132c68e95ad9654c8 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Fri, 1 Jul 2011 16:06:37 -0400 Subject: [PATCH] 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 --- drivers/bcma/host_pci.c | 1 + drivers/bcma/main.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c index ac4bc62..1b51d8b 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 8c09c3e..70c84b9 100644 --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c @@ -6,6 +6,7 @@ */ #include "bcma_private.h" +#include #include #include -- 2.7.4