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>
此提交包含在:
@@ -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"
|
||||
|
新增問題並參考
封鎖使用者