All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: CSR: minor fixes for 3.9-rc1
@ 2013-03-06 15:01 Barry Song
  2013-03-11 21:13 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Barry Song @ 2013-03-06 15:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Arnd,

The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:

  Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)

are available in the git repository at:
  git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git sirf/fixes

Barry Song (1):
      ARM: prima2: fix a checkpatch issue

Syam Sidhardhan (1):
      ARM: prima2: Replace include linux/module.h with linux/export.h

 arch/arm/mach-prima2/common.c |    4 ++--
 arch/arm/mach-prima2/pm.c     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-----

diff --git a/arch/arm/mach-prima2/common.c b/arch/arm/mach-prima2/common.c
index 2d57aa4..2ed5007 100644
--- a/arch/arm/mach-prima2/common.c
+++ b/arch/arm/mach-prima2/common.c
@@ -39,8 +39,8 @@ static __init void sirfsoc_map_io(void)

 #ifdef CONFIG_ARCH_PRIMA2
 static const char *prima2_dt_match[] __initdata = {
-       "sirf,prima2",
-       NULL
+	"sirf,prima2",
+	NULL
 };

 DT_MACHINE_START(PRIMA2_DT, "Generic PRIMA2 (Flattened Device Tree)")
diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c
index 9936c18..f7e347e 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>


Thanks
barry

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-12  1:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06 15:01 [GIT PULL] ARM: CSR: minor fixes for 3.9-rc1 Barry Song
2013-03-11 21:13 ` Arnd Bergmann
2013-03-12  1:51   ` Barry Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.