dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Gortmaker 2011-07-17 16:03:40 -04:00
parent 0205a904df
commit 20a112d0ba
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
*/
#include <linux/pci.h>
#include <linux/module.h>
#include <linux/ssb/ssb.h>
#include "ssb_private.h"

View File

@ -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>