浏览代码

bcma: add module.h to the modular portions of this driver

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>
Paul Gortmaker 14 年之前
父节点
当前提交
200351c77d
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      drivers/bcma/host_pci.c
  2. 1 0
      drivers/bcma/main.c

+ 1 - 0
drivers/bcma/host_pci.c

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

+ 1 - 0
drivers/bcma/main.c

@@ -6,6 +6,7 @@
  */
 
 #include "bcma_private.h"
+#include <linux/module.h>
 #include <linux/bcma/bcma.h>
 #include <linux/slab.h>