linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: cedric@precidata.com (Cedric Berger)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 9/10] LPC32XX: 009-plat.1: lpc23xx => lpc32xx in LPC32xx platform code
Date: Wed, 17 Apr 2013 22:42:57 +0200 (CEST)	[thread overview]
Message-ID: <mailman.18.1366231457.1198.linux-arm-kernel@lists.infradead.org> (raw)

Signed-off-by: Cedric Berger <cedric@precidata.com>
---
This is the lpc32xx, not the lpc23xx.

Index: arch/arm/mach-lpc32xx/phy3250.c
===================================================================
--- arch/arm/mach-lpc32xx/phy3250.c	(revision 1711)
+++ arch/arm/mach-lpc32xx/phy3250.c	(revision 1712)
@@ -266,5 +266,5 @@
 	.init_time	= lpc32xx_timer_init,
 	.init_machine	= lpc3250_machine_init,
 	.dt_compat	= lpc32xx_dt_compat,
-	.restart	= lpc23xx_restart,
+	.restart	= lpc32xx_restart,
 MACHINE_END
Index: arch/arm/mach-lpc32xx/common.c
===================================================================
--- arch/arm/mach-lpc32xx/common.c	(revision 1711)
+++ arch/arm/mach-lpc32xx/common.c	(revision 1712)
@@ -230,7 +230,7 @@
 	iotable_init(lpc32xx_io_desc, ARRAY_SIZE(lpc32xx_io_desc));
 }
 
-void lpc23xx_restart(char mode, const char *cmd)
+void lpc32xx_restart(char mode, const char *cmd)
 {
 	switch (mode) {
 	case 's':
Index: arch/arm/mach-lpc32xx/common.h
===================================================================
--- arch/arm/mach-lpc32xx/common.h	(revision 1711)
+++ arch/arm/mach-lpc32xx/common.h	(revision 1712)
@@ -29,7 +29,7 @@
 extern void __init lpc32xx_init_irq(void);
 extern void __init lpc32xx_map_io(void);
 extern void __init lpc32xx_serial_init(void);
-extern void lpc23xx_restart(char, const char *);
+extern void lpc32xx_restart(char, const char *);
 
 
 /*

                 reply	other threads:[~2013-04-17 20:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=mailman.18.1366231457.1198.linux-arm-kernel@lists.infradead.org \
    --to=cedric@precidata.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;
as well as URLs for NNTP newsgroup(s).