diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-03-08 04:46:11 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-24 09:40:26 -0400 |
commit | 8fdca37afc16028c4bab9a18d809464c012d3f9b (patch) | |
tree | a4136ff0af3cb974334731225a522a3deb9dc195 | |
parent | a02b0420ff54bb21850c6faedc86838aadf2a832 (diff) |
ARM: mx2/mx27_3ds: document alternative names and remove empty header
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-rw-r--r-- | arch/arm/mach-mx2/mach-mx27_3ds.c | 7 | ||||
-rw-r--r-- | arch/arm/plat-mxc/include/mach/board-mx27pdk.h | 14 |
2 files changed, 6 insertions, 15 deletions
diff --git a/arch/arm/mach-mx2/mach-mx27_3ds.c b/arch/arm/mach-mx2/mach-mx27_3ds.c index b2f4e0db3fb..a45df59ca72 100644 --- a/arch/arm/mach-mx2/mach-mx27_3ds.c +++ b/arch/arm/mach-mx2/mach-mx27_3ds.c | |||
@@ -18,6 +18,12 @@ | |||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | */ | 19 | */ |
20 | 20 | ||
21 | /* | ||
22 | * This machine is known as: | ||
23 | * - i.MX27 3-Stack Development System | ||
24 | * - i.MX27 Platform Development Kit (i.MX27 PDK) | ||
25 | */ | ||
26 | |||
21 | #include <linux/platform_device.h> | 27 | #include <linux/platform_device.h> |
22 | #include <linux/gpio.h> | 28 | #include <linux/gpio.h> |
23 | #include <asm/mach-types.h> | 29 | #include <asm/mach-types.h> |
@@ -27,7 +33,6 @@ | |||
27 | #include <mach/common.h> | 33 | #include <mach/common.h> |
28 | #include <mach/imx-uart.h> | 34 | #include <mach/imx-uart.h> |
29 | #include <mach/iomux-mx27.h> | 35 | #include <mach/iomux-mx27.h> |
30 | #include <mach/board-mx27pdk.h> | ||
31 | 36 | ||
32 | #include "devices.h" | 37 | #include "devices.h" |
33 | 38 | ||
diff --git a/arch/arm/plat-mxc/include/mach/board-mx27pdk.h b/arch/arm/plat-mxc/include/mach/board-mx27pdk.h deleted file mode 100644 index fec1bcfa916..00000000000 --- a/arch/arm/plat-mxc/include/mach/board-mx27pdk.h +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2009 Freescale Semiconductor, Inc. All Rights Reserved. | ||
3 | */ | ||
4 | |||
5 | /* | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #ifndef __ASM_ARCH_MXC_BOARD_MX27PDK_H__ | ||
12 | #define __ASM_ARCH_MXC_BOARD_MX27PDK_H__ | ||
13 | |||
14 | #endif /* __ASM_ARCH_MXC_BOARD_MX27PDK_H__ */ | ||