]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
compat-drivers: remove obsolte patch for arm.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 8 Jun 2013 08:12:29 +0000 (10:12 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 8 Jun 2013 08:12:29 +0000 (10:12 +0200)
lfs/compat-drivers
src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch [deleted file]

index f23a6fc3c5df2708634dcf680c116b9ed79b0ba8..ea2251a27ee2221a5f1c7003b14683b0d5843360 100644 (file)
@@ -119,9 +119,6 @@ ifeq "$(MACHINE_TYPE)" "arm"
        # disable video because it not build on Arm
        cd $(DIR_APP) && sed -i -e \
                "s/export CONFIG_COMPAT_VIDEO_MODULES=y//g" config.mk
-
-       # Add a missing vmalloc ti atx
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch
 endif
 
        # Erase some modules that are obsolete or moved to other path
diff --git a/src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch b/src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch
deleted file mode 100644 (file)
index d32008b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur compat-drivers-3.8-1-u.org/drivers/net/ethernet/atheros/alx/alx_main.c compat-drivers-3.8-1-u/drivers/net/ethernet/atheros/alx/alx_main.c
---- compat-drivers-3.8-1-u.org/drivers/net/ethernet/atheros/alx/alx_main.c     2013-02-20 14:24:50.000000000 +0100
-+++ compat-drivers-3.8-1-u/drivers/net/ethernet/atheros/alx/alx_main.c 2013-03-03 12:41:04.000000000 +0100
-@@ -26,6 +26,7 @@
- #include <linux/bitops.h>
- #include <linux/netdevice.h>
- #include <linux/etherdevice.h>
-+#include <linux/vmalloc.h>
- #include "alx_reg.h"
- #include "alx_hw.h"