]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
bcma: add module.h to the modular portions of this driver
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 1 Jul 2011 20:06:37 +0000 (16:06 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:50 +0000 (13:55 -0400)
This will ensure that it continues to build once we remove
the implicit module.h presence from everywhere later on.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/bcma/host_pci.c
drivers/bcma/main.c

index ac4bc626c14969888f00b643a8e53e6f5b31b191..1b51d8b7ac8024698bc9b053322a2b82ddbe47ab 100644 (file)
@@ -9,6 +9,7 @@
 #include <linux/slab.h>
 #include <linux/bcma/bcma.h>
 #include <linux/pci.h>
+#include <linux/module.h>
 
 static void bcma_host_pci_switch_core(struct bcma_device *core)
 {
index 873e2e4ac55f01795a3b174b103ce0960c484bc2..7278c2e8b4726228fa6b3a5c48b9c03654df2822 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "bcma_private.h"
+#include <linux/module.h>
 #include <linux/bcma/bcma.h>
 #include <linux/slab.h>