ARM: SAMSUNG: inclusion export.h instead of module.h

Only for THIS_MODULE, the <linux/export.h> file should be
added instead of <linux/module.h>.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
此提交包含在:
Kukjin Kim
2011-11-17 01:14:38 +09:00
父節點 12b248eba4
當前提交 a69e4c28b2
共有 4 個檔案被更改,包括 4 行新增4 行删除

查看文件

@@ -8,7 +8,7 @@
* published by the Free Software Foundation.
*/
#include <linux/module.h>
#include <linux/export.h>
#include <linux/interrupt.h>
#include <linux/i2c.h>