diff options
Diffstat (limited to 'package/kernel/ar7-atm/patches-D7.05.01.00/240-3.18_fixes.patch')
-rw-r--r-- | package/kernel/ar7-atm/patches-D7.05.01.00/240-3.18_fixes.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/package/kernel/ar7-atm/patches-D7.05.01.00/240-3.18_fixes.patch b/package/kernel/ar7-atm/patches-D7.05.01.00/240-3.18_fixes.patch deleted file mode 100644 index c95c876c54..0000000000 --- a/package/kernel/ar7-atm/patches-D7.05.01.00/240-3.18_fixes.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- a/tn7dsl.c -+++ b/tn7dsl.c -@@ -350,7 +350,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); --static int dslmod_sysctl (ctl_table * ctl, int write, void *buffer, -+static int dslmod_sysctl (struct ctl_table * ctl, int write, void *buffer, - size_t * lenp, loff_t *ppos); - static void tn7dsl_register_dslss_led(void); - void tn7dsl_dslmod_sysctl_register(void); -@@ -3488,7 +3488,7 @@ unsigned int tn7dsl_get_memory(unsigned - - - --static int dslmod_sysctl(ctl_table *ctl, int write, void *buffer, -+static int dslmod_sysctl(struct ctl_table *ctl, int write, void *buffer, - size_t *lenp, loff_t *ppos) - { - char *ptr; -@@ -3603,7 +3603,7 @@ static int dslmod_sysctl(ctl_table *ctl, - } - - --ctl_table dslmod_table[] = { -+struct ctl_table dslmod_table[] = { - { - .procname = "dslmod", - .data = info, -@@ -3617,7 +3617,7 @@ ctl_table dslmod_table[] = { - }; - - /* Make sure that /proc/sys/dev is there */ --ctl_table dslmod_root_table[] = { -+struct ctl_table dslmod_root_table[] = { - #ifdef CONFIG_PROC_FS - { - .procname = "dev", |