From 95def50238d1fa35819d2f67079ce97dc96cd12f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 8 Jan 2014 04:51:24 -0200 Subject: remove deprecated packages --- libre/virtualbox-libre/003-linux-3.8.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libre/virtualbox-libre/003-linux-3.8.patch (limited to 'libre/virtualbox-libre/003-linux-3.8.patch') diff --git a/libre/virtualbox-libre/003-linux-3.8.patch b/libre/virtualbox-libre/003-linux-3.8.patch deleted file mode 100644 index 0c6d9fbbf..000000000 --- a/libre/virtualbox-libre/003-linux-3.8.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (revision 43343) -+++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (revision 44317) -@@ -196,7 +196,11 @@ - - - /** PCI hotplug structure. */ --static const struct pci_device_id __devinitdata g_VBoxGuestPciId[] = -+static const struct pci_device_id -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0) -+__devinitdata -+#endif -+g_VBoxGuestPciId[] = - { - { - vendor: VMMDEV_VENDORID, -- cgit v1.2.3-54-g00ecf