diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-11-07 07:51:24 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-11-07 07:51:24 +0000 |
commit | f2b75b517b218935d9daeeb6974cb95d93ec4c81 (patch) | |
tree | 021ec55772c7bde83b7f17489451fa46afe8a37b /target/linux/ixp4xx | |
parent | a50d121d8e7878e54f548e528b6946966e459b36 (diff) | |
download | upstream-f2b75b517b218935d9daeeb6974cb95d93ec4c81.tar.gz upstream-f2b75b517b218935d9daeeb6974cb95d93ec4c81.tar.bz2 upstream-f2b75b517b218935d9daeeb6974cb95d93ec4c81.zip |
fixup typos in the compex patch
SVN-Revision: 34104
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/patches-3.3/120-compex_support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/patches-3.3/120-compex_support.patch b/target/linux/ixp4xx/patches-3.3/120-compex_support.patch index 70401cc7c7..e83e2a0d28 100644 --- a/target/linux/ixp4xx/patches-3.3/120-compex_support.patch +++ b/target/linux/ixp4xx/patches-3.3/120-compex_support.patch @@ -65,7 +65,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org> +#include <asm/mach/arch.h> +#include <asm/mach/flash.h> + -+static struct flash_platform_data compex_flash_data = { ++static struct flash_platform_data compex42x_flash_data = { + .map_name = "cfi_probe", + .width = 2, +}; @@ -170,7 +170,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org> + platform_add_devices(compex42x_devices, ARRAY_SIZE(compex42x_devices)); +} + -+MACHINE_START(COMPEX, "Compex WP18 / NP18A") ++MACHINE_START(COMPEXWP18, "Compex WP18 / NP18A") + /* Maintainer: Imre Kaloz <Kaloz@openwrt.org> */ + .map_io = ixp4xx_map_io, + .init_irq = ixp4xx_init_irq, |