From 975b3750e0ce1b9fef02ac02444136ed6dee9f0e Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Jun 17 2011 18:23:37 +0000 Subject: drop qcserial 'compile fix' that was just duplicating an include. --- diff --git a/kernel.spec b/kernel.spec index 88afe8a..83833c3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -618,7 +618,6 @@ Patch09: linux-2.6-upstream-reverts.patch # Git trees. # Standalone patches -Patch20: linux-2.6-hotfixes.patch Patch150: linux-2.6.29-sparc-IOC_TYPECHECK.patch @@ -1135,7 +1134,6 @@ ApplyOptionalPatch linux-2.6-compile-fixes.patch # revert patches from upstream that conflict or that we get via other means ApplyOptionalPatch linux-2.6-upstream-reverts.patch -R -ApplyPatch linux-2.6-hotfixes.patch # Architecture patches # x86(-64) @@ -1883,6 +1881,9 @@ fi # and build. %changelog +* Fri Jun 17 2011 Dave Jones +- drop qcserial 'compile fix' that was just duplicating an include. + * Fri Jun 17 2011 Kyle McMartin - linux-2.6-defaults-pci_no_msi.patch: drop, haven't toggled the default in many moons. diff --git a/linux-2.6-hotfixes.patch b/linux-2.6-hotfixes.patch deleted file mode 100644 index 4949473..0000000 --- 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 - #include - #include - #include - -