summaryrefslogtreecommitdiff
path: root/drivers/ssb/main.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/main.c
parent0205a904df57bf2ed79571fe097b99d2940659b1 (diff)
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/main.c')
-rw-r--r--drivers/ssb/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ssb/main.c b/drivers/ssb/main.c
index d0cbdb0cf9d5..bb6317fb925c 100644
--- a/drivers/ssb/main.c
+++ b/drivers/ssb/main.c
@@ -12,6 +12,7 @@
#include <linux/delay.h>
#include <linux/io.h>
+#include <linux/module.h>
#include <linux/ssb/ssb.h>
#include <linux/ssb/ssb_regs.h>
#include <linux/ssb/ssb_driver_gige.h>