Commit 28b27d88 authored by Syam Sidhardhan's avatar Syam Sidhardhan Committed by Barry Song

ARM: prima2: Replace include linux/module.h with linux/export.h

include <linux/export.h> is the right to go here.
Signed-off-by: default avatarSyam Sidhardhan <s.syam@samsung.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent d683b96b
......@@ -9,7 +9,7 @@
#include <linux/kernel.h>
#include <linux/suspend.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_device.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment