]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ssb: Add module.h to the real modules in drivers/ssb
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 20:03:40 +0000 (16:03 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:48 +0000 (13:55 -0400)
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>
drivers/ssb/b43_pci_bridge.c
drivers/ssb/main.c

index bf53e44c82a1f48c2d8dca06d55b29db21935cba..bad7ba517a1c8f0d1b0e925e033d91a35fb2e849 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include <linux/pci.h>
+#include <linux/module.h>
 #include <linux/ssb/ssb.h>
 
 #include "ssb_private.h"
index 29c7d4f9d1ae1b7b9a073b6bf223e949b3d3be24..c93984672029c810d91fa6ca007afd667961b815 100644 (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>