diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-07 07:51:24 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-07 07:51:24 +0000 |
commit | 61c919373e07db52250e646e1f64b9e36250d62e (patch) | |
tree | c2fdacb4929d21d9d60682bac37a0a4f62f05c47 | |
parent | e1696ca671a6637ee951c84d1624095a4203513c (diff) |
[ixp4xx]: fixup typos in the compex patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34104 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 70401cc7c..e83e2a0d2 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, |