drivers/net: Add module.h to drivers who were implicitly using it

The device.h header was including module.h, making it present for
most of these drivers.  But we want to clean that up.  Call out the
include of module.h in the modular network drivers.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
此提交包含在:
Paul Gortmaker
2011-07-03 15:21:01 -04:00
父節點 5270f31222
當前提交 9d9779e723
共有 46 個檔案被更改,包括 46 行新增0 行删除

查看文件

@@ -23,6 +23,7 @@
#include <linux/kernel.h>
#include <linux/firmware.h>
#include <linux/crc32.h>
#include <linux/module.h>
#include "carl9170.h"
#include "fwcmd.h"
#include "version.h"