aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/patches-3.7/006-yenta_mistery.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-01-12 19:17:49 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-01-12 19:17:49 +0000
commita248495ae9d1b041a05f9e22579fe4f113c9eaa2 (patch)
treee17e94d07edefeac5452940ab7e52ea0d43f33fd /target/linux/x86/patches-3.7/006-yenta_mistery.patch
parent01a2ff6925142432fb251f4a542975fe6c11d76b (diff)
downloadupstream-a248495ae9d1b041a05f9e22579fe4f113c9eaa2.tar.gz
upstream-a248495ae9d1b041a05f9e22579fe4f113c9eaa2.tar.bz2
upstream-a248495ae9d1b041a05f9e22579fe4f113c9eaa2.zip
x86: remove unused code for kernel 3.7
There are no generic patches for kernel 3.7 any more, remove this stuff. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39262
Diffstat (limited to 'target/linux/x86/patches-3.7/006-yenta_mistery.patch')
-rw-r--r--target/linux/x86/patches-3.7/006-yenta_mistery.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/x86/patches-3.7/006-yenta_mistery.patch b/target/linux/x86/patches-3.7/006-yenta_mistery.patch
deleted file mode 100644
index 65893ea2b9..0000000000
--- a/target/linux/x86/patches-3.7/006-yenta_mistery.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/drivers/pcmcia/yenta_socket.c
-+++ b/drivers/pcmcia/yenta_socket.c
-@@ -1233,6 +1233,17 @@ static int __devinit yenta_probe(struct
-
- /* We must finish initialization here */
-
-+#ifdef CONFIG_X86_RDC321X
-+/* #define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0044f044 */
-+#define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0844b060
-+/* #define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0044d044 */
-+
-+ config_writel(socket, 32*4, YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK);
-+ config_writel(socket, 35*4, 0x00000022);
-+ config_writel(socket, 36*4, 0x60200000);
-+ config_writel(socket, 40*4, 0x7e020000);
-+#endif
-+
- if (!socket->cb_irq || request_irq(socket->cb_irq, yenta_interrupt, IRQF_SHARED, "yenta", socket)) {
- /* No IRQ or request_irq failed. Poll */
- socket->cb_irq = 0; /* But zero is a valid IRQ number. */