From: syamsidhardh@gmail.com (Syam Sidhardhan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h
Date: Tue, 13 Nov 2012 21:19:49 +0530 [thread overview]
Message-ID: <1352821789-6640-1-git-send-email-s.syam@samsung.com> (raw)
include <linux/export.h> is the right to go here.
Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
---
arch/arm/mach-prima2/pm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c
index fb5a791..f4a2270 100644
--- a/arch/arm/mach-prima2/pm.c
+++ b/arch/arm/mach-prima2/pm.c
@@ -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>
--
1.7.4.1
next reply other threads:[~2012-11-13 15:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-13 15:49 Syam Sidhardhan [this message]
2012-11-14 2:59 ` [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h Barry Song
2013-02-14 20:50 ` Syam Sidhardhan
2013-02-16 2:09 ` Barry Song
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1352821789-6640-1-git-send-email-s.syam@samsung.com \
--to=syamsidhardh@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox