MXC: mach-mx31_3ds: Update variable names over recent mach name modification.

Previous thread: ARM: 6029/1: ep93xx: gpio.c: local functions should be static by Linux Kernel Mailing List on Monday, April 12, 2010 - 7:59 pm. (1 message)

Next thread: ARM: 6031/1: fix Thumb-2 decompressor by Linux Kernel Mailing List on Monday, April 12, 2010 - 7:59 pm. (1 message)
From: Linux Kernel Mailing List
Date: Monday, April 12, 2010 - 7:59 pm

Gitweb:     http://git.kernel.org/linus/11a332adfeacee2634f73ad21b55aad5cc7fd54a
Commit:     11a332adfeacee2634f73ad21b55aad5cc7fd54a
Parent:     6dc2d6bf5148a9ed027af21285b0e17b83b3a8f4
Author:     Alberto Panizzo <maramaopercheseimorto@gmail.com>
AuthorDate: Tue Mar 23 19:46:57 2010 +0100
Committer:  Sascha Hauer <s.hauer@pengutronix.de>
CommitDate: Thu Mar 25 08:43:03 2010 +0100

    MXC: mach-mx31_3ds: Update variable names over recent mach name modification.
    
    Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
    Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/mach-mx3/mach-mx31_3ds.c                  |   38 ++++++++++----------
 .../mach/{board-mx31pdk.h => board-mx31_3ds.h}     |    6 ++--
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c b/arch/arm/mach-mx3/mach-mx31_3ds.c
index b88c18a..4a94c3c 100644
--- a/arch/arm/mach-mx3/mach-mx31_3ds.c
+++ b/arch/arm/mach-mx3/mach-mx31_3ds.c
@@ -31,20 +31,20 @@
 #include <asm/memory.h>
 #include <asm/mach/map.h>
 #include <mach/common.h>
-#include <mach/board-mx31pdk.h>
+#include <mach/board-mx31_3ds.h>
 #include <mach/imx-uart.h>
 #include <mach/iomux-mx3.h>
 #include "devices.h"
 
 /*!
- * @file mx31pdk.c
+ * @file mx31_3ds.c
  *
  * @brief This file contains the board-specific initialization routines.
  *
  * @ingroup System
  */
 
-static int mx31pdk_pins[] = {
+static int mx31_3ds_pins[] = {
 	/* UART1 */
 	MX31_PIN_CTS1__CTS1,
 	MX31_PIN_RTS1__RTS1,
@@ -95,7 +95,7 @@ static struct platform_device smsc911x_device = {
  * LEDs, switches, interrupts for Ethernet.
  */
 
-static void mx31pdk_expio_irq_handler(uint32_t irq, struct irq_desc *desc)
+static void mx31_3ds_expio_irq_handler(uint32_t irq, struct irq_desc *desc)
 {
 	uint32_t imr_val;
 	uint32_t int_valid;
@@ -163,7 +163,7 @@ static struct irq_chip expio_irq_chip = {
 	.unmask = expio_unmask_irq,
 };
 
-static int __init mx31pdk_init_expio(void)
+static ...
Previous thread: ARM: 6029/1: ep93xx: gpio.c: local functions should be static by Linux Kernel Mailing List on Monday, April 12, 2010 - 7:59 pm. (1 message)

Next thread: ARM: 6031/1: fix Thumb-2 decompressor by Linux Kernel Mailing List on Monday, April 12, 2010 - 7:59 pm. (1 message)