Skip to content

Commit

Permalink
ARM: prima2: Replace include linux/module.h with linux/export.h
Browse files Browse the repository at this point in the history
include <linux/export.h> is the right to go here.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
  • Loading branch information
Syam Sidhardhan authored and Barry Song committed Jun 3, 2013
1 parent d683b96 commit 28b27d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-prima2/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 28b27d8

Please sign in to comment.