aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-ezx-2.6.21/patches/e680-ts.patch
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-29 23:49:00 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2009-01-30 00:15:03 +0100
commitd48a49ba1e617a50c5c0bc1f38a652409200b7ba (patch)
tree9296e92eefa6511e0480e1f7cc39e5e3bfd9c14f /packages/linux/linux-ezx-2.6.21/patches/e680-ts.patch
parent79a7cb9ef4f09c55f2afceab60b4b292b94ce11e (diff)
downloadopenembedded-d48a49ba1e617a50c5c0bc1f38a652409200b7ba.tar.gz
linux-ezx all: remove unmaintained kernels
Diffstat (limited to 'packages/linux/linux-ezx-2.6.21/patches/e680-ts.patch')
-rwxr-xr-xpackages/linux/linux-ezx-2.6.21/patches/e680-ts.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/patches/e680-ts.patch b/packages/linux/linux-ezx-2.6.21/patches/e680-ts.patch
deleted file mode 100755
index 109623c68c..0000000000
--- a/packages/linux/linux-ezx-2.6.21/patches/e680-ts.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Index: linux-2.6.21/arch/arm/mach-pxa/ezx-e680.c
-===================================================================
---- linux-2.6.21.orig/arch/arm/mach-pxa/ezx-e680.c 2007-09-07 11:10:47.000000000 -0300
-+++ linux-2.6.21/arch/arm/mach-pxa/ezx-e680.c 2007-09-07 11:11:01.000000000 -0300
-@@ -293,9 +293,34 @@
- },
- };
-
-+/* PCAP_TS */
-+struct resource pcap_ts_resources[] = {
-+ [0] = {
-+ .start = EZX_IRQ_ADCDONE2,
-+ .end = EZX_IRQ_ADCDONE2,
-+ .flags = IORESOURCE_IRQ,
-+ },
-+ [1] = {
-+ .start = EZX_IRQ_TS,
-+ .end = EZX_IRQ_TS,
-+ .flags = IORESOURCE_IRQ,
-+ }
-+};
-+
-+struct platform_device pcap_ts_device = {
-+ .name = "pcap-ts",
-+ .id = -1,
-+ .dev = {
-+ .parent = &e680_pcap_device.dev,
-+ },
-+ .num_resources = ARRAY_SIZE(pcap_ts_resources),
-+ .resource = pcap_ts_resources,
-+};
-+
- static struct platform_device *devices[] __initdata = {
- &e680_pcap_device,
- &e680_emu_device,
-+ &pcap_ts_device,
- };
-
- static void __init e680_init(void)