All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20141104061212.GH10821@tiger>

diff --git a/a/1.txt b/N1/1.txt
index a216269..0c55224 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,12 +12,12 @@ On Fri, Oct 31, 2014 at 05:39:53PM +0800, Jingchang Lu wrote:
 The change causes the build errors below.
 
   CC      arch/arm/mach-imx/imx31-dt.o
-../arch/arm/mach-imx/imx31-dt.c: In function ?imx31_dt_timer_init?:
-../arch/arm/mach-imx/imx31-dt.c:27:2: error: implicit declaration of function ?mx31_clocks_init_dt? [-Werror=implicit-function-declaration]
+../arch/arm/mach-imx/imx31-dt.c: In function ‘imx31_dt_timer_init’:
+../arch/arm/mach-imx/imx31-dt.c:27:2: error: implicit declaration of function ‘mx31_clocks_init_dt’ [-Werror=implicit-function-declaration]
 ../arch/arm/mach-imx/imx31-dt.c: At top level:
-../arch/arm/mach-imx/imx31-dt.c:31:13: error: ?mx31_map_io? undeclared here (not in a function)
-../arch/arm/mach-imx/imx31-dt.c:32:16: error: ?imx31_init_early? undeclared here (not in a function)
-../arch/arm/mach-imx/imx31-dt.c:33:14: error: ?mx31_init_irq? undeclared here (not in a function)
+../arch/arm/mach-imx/imx31-dt.c:31:13: error: ‘mx31_map_io’ undeclared here (not in a function)
+../arch/arm/mach-imx/imx31-dt.c:32:16: error: ‘imx31_init_early’ undeclared here (not in a function)
+../arch/arm/mach-imx/imx31-dt.c:33:14: error: ‘mx31_init_irq’ undeclared here (not in a function)
 
 So the common.h inclusion needs to be kept.  I fixed it up and applied the patch.
 
@@ -35,3 +35,7 @@ Shawn
 >  static const char * const imx31_dt_board_compat[] __initconst = {
 >  	"fsl,imx31",
 >  	NULL
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 48b145c..125a65e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,11 @@
  "ref\01414748393-20799-1-git-send-email-jingchang.lu@freescale.com\0"
- "From\0shawn.guo@linaro.org (Shawn Guo)\0"
- "Subject\0[PATCH] arm: imx: clean up machine mxc_arch_reset_init_dt reset init\0"
+ "ref\01414748393-20799-1-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org\0"
+ "From\0Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] arm: imx: clean up machine mxc_arch_reset_init_dt reset init\0"
  "Date\0Tue, 4 Nov 2014 14:12:14 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jingchang Lu <jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Oct 31, 2014 at 05:39:53PM +0800, Jingchang Lu wrote:\n"
@@ -19,12 +22,12 @@
  "The change causes the build errors below.\n"
  "\n"
  "  CC      arch/arm/mach-imx/imx31-dt.o\n"
- "../arch/arm/mach-imx/imx31-dt.c: In function ?imx31_dt_timer_init?:\n"
- "../arch/arm/mach-imx/imx31-dt.c:27:2: error: implicit declaration of function ?mx31_clocks_init_dt? [-Werror=implicit-function-declaration]\n"
+ "../arch/arm/mach-imx/imx31-dt.c: In function \342\200\230imx31_dt_timer_init\342\200\231:\n"
+ "../arch/arm/mach-imx/imx31-dt.c:27:2: error: implicit declaration of function \342\200\230mx31_clocks_init_dt\342\200\231 [-Werror=implicit-function-declaration]\n"
  "../arch/arm/mach-imx/imx31-dt.c: At top level:\n"
- "../arch/arm/mach-imx/imx31-dt.c:31:13: error: ?mx31_map_io? undeclared here (not in a function)\n"
- "../arch/arm/mach-imx/imx31-dt.c:32:16: error: ?imx31_init_early? undeclared here (not in a function)\n"
- "../arch/arm/mach-imx/imx31-dt.c:33:14: error: ?mx31_init_irq? undeclared here (not in a function)\n"
+ "../arch/arm/mach-imx/imx31-dt.c:31:13: error: \342\200\230mx31_map_io\342\200\231 undeclared here (not in a function)\n"
+ "../arch/arm/mach-imx/imx31-dt.c:32:16: error: \342\200\230imx31_init_early\342\200\231 undeclared here (not in a function)\n"
+ "../arch/arm/mach-imx/imx31-dt.c:33:14: error: \342\200\230mx31_init_irq\342\200\231 undeclared here (not in a function)\n"
  "\n"
  "So the common.h inclusion needs to be kept.  I fixed it up and applied the patch.\n"
  "\n"
@@ -41,6 +44,10 @@
  "> -\n"
  ">  static const char * const imx31_dt_board_compat[] __initconst = {\n"
  ">  \t\"fsl,imx31\",\n"
- ">  \tNULL"
+ ">  \tNULL\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-819c37f750183b0567df9138ec93dadf2cb0a93511ff4b9519e537a6d13c7b02
+298ea4d27499b329daa4f335f96ce2116545c3a3b999a1891487bb9b21f4f1de

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.