summaryrefslogtreecommitdiffstats
path: root/drivers/ssb/b43_pci_bridge.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-17 16:03:40 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:07 -0400
commit20a112d0ba37353c51e5a84f47f5c46a35c1a7e6 (patch)
treebf8efa5a2971a4c579e696f32071d22e159c4fce /drivers/ssb/b43_pci_bridge.c
parent0205a904df57bf2ed79571fe097b99d2940659b1 (diff)
downloadlinux-0-day-20a112d0ba37353c51e5a84f47f5c46a35c1a7e6.tar.gz
linux-0-day-20a112d0ba37353c51e5a84f47f5c46a35c1a7e6.tar.xz
ssb: Add module.h to the real modules in drivers/ssb
The header cleanup means that module.h is no longer simply everywhere. So real modules need to actively include it. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/ssb/b43_pci_bridge.c')
-rw-r--r--drivers/ssb/b43_pci_bridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ssb/b43_pci_bridge.c b/drivers/ssb/b43_pci_bridge.c
index bf53e44c82a1f..bad7ba517a1c8 100644
--- a/drivers/ssb/b43_pci_bridge.c
+++ b/drivers/ssb/b43_pci_bridge.c
@@ -11,6 +11,7 @@
*/
#include <linux/pci.h>
+#include <linux/module.h>
#include <linux/ssb/ssb.h>
#include "ssb_private.h"