From: Imre Kaloz Date: Wed, 7 Nov 2012 07:51:24 +0000 (+0000) Subject: [ixp4xx]: fixup typos in the compex patch X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=5c1280f2b6b8b7c223b127503107c0be58f03909 [ixp4xx]: fixup typos in the compex patch SVN-Revision: 34104 --- 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 +#include +#include + -+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 + platform_add_devices(compex42x_devices, ARRAY_SIZE(compex42x_devices)); +} + -+MACHINE_START(COMPEX, "Compex WP18 / NP18A") ++MACHINE_START(COMPEXWP18, "Compex WP18 / NP18A") + /* Maintainer: Imre Kaloz */ + .map_io = ixp4xx_map_io, + .init_irq = ixp4xx_init_irq,