summaryrefslogtreecommitdiffstats
path: root/linux-2.6-hotfixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.6-hotfixes.patch')
-rw-r--r--linux-2.6-hotfixes.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/linux-2.6-hotfixes.patch b/linux-2.6-hotfixes.patch
deleted file mode 100644
index 49494732..00000000
--- a/linux-2.6-hotfixes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-fixes:
-implicit declaration of function kzalloc
-
---- linux-2.6.34.noarch/drivers/usb/serial/qcserial.c~ 2010-06-08 15:19:41.000000000 -0400
-+++ linux-2.6.34.noarch/drivers/usb/serial/qcserial.c 2010-06-08 15:19:47.000000000 -0400
-@@ -11,6 +11,7 @@
- *
- */
-
-+#include <linux/slab.h>
- #include <linux/tty.h>
- #include <linux/tty_flip.h>
- #include <linux/usb.h>
-
-