summaryrefslogtreecommitdiffstats
path: root/package/kernel/ar7-atm/patches-D7.04.03.00/240-3.18_fixes.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-12 11:57:40 +0000
committerJonas Gorski <jogo@openwrt.org>2015-07-12 11:57:40 +0000
commit6f2fe75834e9f5baad00264f51f0672c922027d3 (patch)
tree6d3c60bc76f709a3f4a51cd312718aa8996f6487 /package/kernel/ar7-atm/patches-D7.04.03.00/240-3.18_fixes.patch
parent7c7695ab41427e391a5026effebd42ae81567de3 (diff)
downloadmaster-31e0f0ae-6f2fe75834e9f5baad00264f51f0672c922027d3.tar.gz
master-31e0f0ae-6f2fe75834e9f5baad00264f51f0672c922027d3.tar.bz2
master-31e0f0ae-6f2fe75834e9f5baad00264f51f0672c922027d3.zip
ar7-atm: fix compilation for 4.1
Add the required changes to make it compile for 4.1 again. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46306
Diffstat (limited to 'package/kernel/ar7-atm/patches-D7.04.03.00/240-3.18_fixes.patch')
-rw-r--r--package/kernel/ar7-atm/patches-D7.04.03.00/240-3.18_fixes.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/ar7-atm/patches-D7.04.03.00/240-3.18_fixes.patch b/package/kernel/ar7-atm/patches-D7.04.03.00/240-3.18_fixes.patch
index befd11fde8..e8bdab63da 100644
--- a/package/kernel/ar7-atm/patches-D7.04.03.00/240-3.18_fixes.patch
+++ b/package/kernel/ar7-atm/patches-D7.04.03.00/240-3.18_fixes.patch
@@ -1,6 +1,6 @@
--- a/tn7dsl.c
+++ b/tn7dsl.c
-@@ -346,7 +346,7 @@
+@@ -346,7 +346,7 @@ static void tn7dsl_chng_modulation(void*
static unsigned int tn7dsl_set_modulation(void* data, int flag);
static void tn7dsl_ctrl_fineGain(int value);
static void tn7dsl_set_fineGainValue(int value);
@@ -9,7 +9,7 @@
void *buffer, size_t * lenp);
static void tn7dsl_register_dslss_led(void);
void tn7dsl_dslmod_sysctl_register(void);
-@@ -3325,7 +3325,7 @@
+@@ -3325,7 +3325,7 @@ unsigned int tn7dsl_get_memory(unsigned
@@ -18,7 +18,7 @@
void *buffer, size_t *lenp)
{
char *ptr;
-@@ -3451,7 +3451,7 @@
+@@ -3451,7 +3451,7 @@ static int dslmod_sysctl(ctl_table *ctl,
}
@@ -27,7 +27,7 @@
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33)
{DEV_DSLMOD, "dslmod", info, DSL_MOD_SIZE, 0644, NULL, NULL, &dslmod_sysctl, &sysctl_string}
#else
-@@ -3469,7 +3469,7 @@
+@@ -3469,7 +3469,7 @@ ctl_table dslmod_table[] = {
};
/* Make sure that /proc/sys/dev is there */