powerpc: Fix up modules that should be including module.h

So that we can clean up the header files and not be relying
on implicit includes from device.h ---> module.h

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
此提交包含在:
Paul Gortmaker
2011-05-27 13:23:32 -04:00
父節點 9308794884
當前提交 7dfe293cf6
共有 14 個檔案被更改,包括 14 行新增0 行删除

查看文件

@@ -26,6 +26,7 @@
#include <linux/tty.h>
#include <linux/serial_core.h>
#include <linux/of_platform.h>
#include <linux/module.h>
#include <asm/system.h>
#include <asm/time.h>