diff options
author | Koen Kooi <koen@openembedded.org> | 2008-01-28 11:27:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-01-28 11:27:21 +0000 |
commit | 43f3297970d794c9720998ea07ad45d57b371b71 (patch) | |
tree | 2ebc3bffa3a50477a83cbf3b9a2b14afe4638e58 /packages/linux/linux-ezx-2.6.24/patches/e6-eoc.patch | |
parent | 85b5683120b7aa53f10639b4356ead1f1c0d8d47 (diff) |
linux-ezx: add 2.6.24
Diffstat (limited to 'packages/linux/linux-ezx-2.6.24/patches/e6-eoc.patch')
-rw-r--r-- | packages/linux/linux-ezx-2.6.24/patches/e6-eoc.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/linux/linux-ezx-2.6.24/patches/e6-eoc.patch b/packages/linux/linux-ezx-2.6.24/patches/e6-eoc.patch new file mode 100644 index 0000000000..80849bd261 --- /dev/null +++ b/packages/linux/linux-ezx-2.6.24/patches/e6-eoc.patch @@ -0,0 +1,20 @@ +Index: linux-2.6.23/arch/arm/mach-pxa/ezx-e6.c +=================================================================== +--- linux-2.6.23.orig/arch/arm/mach-pxa/ezx-e6.c 2007-11-24 20:12:15.000000000 -0200 ++++ linux-2.6.23/arch/arm/mach-pxa/ezx-e6.c 2007-11-24 20:12:27.000000000 -0200 +@@ -186,8 +186,15 @@ + }, + }; + ++ ++struct platform_device e6_eoc_device = { ++ .name = "ezx-eoc", ++ .id = -1, ++}; ++ + static struct platform_device *devices[] __initdata = { + &e6_pcap_device, ++ &e6_eoc_device, + }; + + static void __init e6_init(void) |