Commit 20a112d0ba37353c51e5a84f47f5c46a35c1a7e6

Authored by Paul Gortmaker
1 parent 0205a904df

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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

drivers/ssb/b43_pci_bridge.c
... ... @@ -11,6 +11,7 @@
11 11 */
12 12  
13 13 #include <linux/pci.h>
  14 +#include <linux/module.h>
14 15 #include <linux/ssb/ssb.h>
15 16  
16 17 #include "ssb_private.h"
... ... @@ -12,6 +12,7 @@
12 12  
13 13 #include <linux/delay.h>
14 14 #include <linux/io.h>
  15 +#include <linux/module.h>
15 16 #include <linux/ssb/ssb.h>
16 17 #include <linux/ssb/ssb_regs.h>
17 18 #include <linux/ssb/ssb_driver_gige.h>