summaryrefslogtreecommitdiffstats
path: root/drivers/bcma/host_pci.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-01 22:06:37 +0200
committerPaul Gortmaker2011-11-01 00:32:01 +0100
commit200351c77d6aa7fc36d3a49132c68e95ad9654c8 (patch)
tree20cb92617ac51a628c6ff235ef733f1c52dc3d10 /drivers/bcma/host_pci.c
parentdrivers/zorro: Add export.h to proc.c (diff)
downloadkernel-qcow2-linux-200351c77d6aa7fc36d3a49132c68e95ad9654c8.tar.gz
kernel-qcow2-linux-200351c77d6aa7fc36d3a49132c68e95ad9654c8.tar.xz
kernel-qcow2-linux-200351c77d6aa7fc36d3a49132c68e95ad9654c8.zip
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 <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/bcma/host_pci.c')
-rw-r--r--drivers/bcma/host_pci.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/slab.h>
#include <linux/bcma/bcma.h>
#include <linux/pci.h>
+#include <linux/module.h>
static void bcma_host_pci_switch_core(struct bcma_device *core)
{