diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-30 13:25:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-30 13:25:14 +0100 |
commit | c74e1d46b68f67f059050263ebb434a3d7344657 (patch) | |
tree | 0e913a2f32296da798ba6cd4a9f3dcea26da43c4 /packages/linux/linux-ezx-2.6.21/patches/a1200-eoc.patch | |
parent | 2466a29b608e4725de8e71e4c38618b0b9bfe088 (diff) | |
parent | c49f410e88a5828c198ebbe3f781bc9e5ab1a347 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/linux/linux-ezx-2.6.21/patches/a1200-eoc.patch')
-rw-r--r-- | packages/linux/linux-ezx-2.6.21/patches/a1200-eoc.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/patches/a1200-eoc.patch b/packages/linux/linux-ezx-2.6.21/patches/a1200-eoc.patch deleted file mode 100644 index 77aec1c629..0000000000 --- a/packages/linux/linux-ezx-2.6.21/patches/a1200-eoc.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: linux-2.6.21/arch/arm/mach-pxa/ezx-a1200.c -=================================================================== ---- linux-2.6.21.orig/arch/arm/mach-pxa/ezx-a1200.c 2007-09-24 20:14:54.000000000 -0300 -+++ linux-2.6.21/arch/arm/mach-pxa/ezx-a1200.c 2007-09-24 20:15:18.000000000 -0300 -@@ -203,8 +203,15 @@ - }, - }; - -+ -+struct platform_device a1200_eoc_device = { -+ .name = "ezx-eoc", -+ .id = -1, -+}; -+ - static struct platform_device *devices[] __initdata = { - &a1200_pcap_device, -+ &a1200_eoc_device, - }; - - static void __init a1200_init(void) |