From mboxrd@z Thu Jan  1 00:00:00 1970
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated.
 3009db9c4e4b15535ac88b5cb3ec748694ac6978
Date: Sat, 08 Jun 2013 10:12:58 +0200
Message-ID: <20130608081258.988202049F@argus.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8152888277368420796=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============8152888277368420796==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  3009db9c4e4b15535ac88b5cb3ec748694ac6978 (commit)
      from  6817e57ae4b05ae0ca99c1e7cdf14673f1f11bbd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3009db9c4e4b15535ac88b5cb3ec748694ac6978
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sat Jun 8 10:12:29 2013 +0200

    compat-drivers: remove obsolte patch for arm.

-----------------------------------------------------------------------

Summary of changes:
 lfs/compat-drivers                                       |  3 ---
 src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch | 11 -----------
 2 files changed, 14 deletions(-)
 delete mode 100644 src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch

Difference in files:
diff --git a/lfs/compat-drivers b/lfs/compat-drivers
index f23a6fc..ea2251a 100644
--- a/lfs/compat-drivers
+++ b/lfs/compat-drivers
@@ -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=3Dy//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
=20
 	# 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/p=
atches/compat-drivers-3.8-arm_missing_vmalloc.patch
deleted file mode 100644
index d32008b..0000000
--- a/src/patches/compat-drivers-3.8-arm_missing_vmalloc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur compat-drivers-3.8-1-u.org/drivers/net/ethernet/atheros/alx/alx_m=
ain.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	2=
013-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>
-=20
- #include "alx_reg.h"
- #include "alx_hw.h"


hooks/post-receive
--
IPFire 2.x development tree

--===============8152888277368420796==--