ar7-atm: drop LINUX_VERSION tests
[openwrt/openwrt.git] / package / kernel / ar7-atm / patches-D7.04.03.00 / 240-3.18_fixes.patch
1 --- a/tn7dsl.c
2 +++ b/tn7dsl.c
3 @@ -333,7 +333,7 @@ static void tn7dsl_chng_modulation(void*
4 static unsigned int tn7dsl_set_modulation(void* data, int flag);
5 static void tn7dsl_ctrl_fineGain(int value);
6 static void tn7dsl_set_fineGainValue(int value);
7 -static int dslmod_sysctl (ctl_table * ctl, int write, struct file *filp,
8 +static int dslmod_sysctl (struct ctl_table * ctl, int write, struct file *filp,
9 void *buffer, size_t * lenp);
10 static void tn7dsl_register_dslss_led(void);
11 void tn7dsl_dslmod_sysctl_register(void);
12 @@ -3308,7 +3308,7 @@ unsigned int tn7dsl_get_memory(unsigned
13
14
15
16 -static int dslmod_sysctl(ctl_table *ctl, int write, struct file * filp,
17 +static int dslmod_sysctl(struct ctl_table *ctl, int write, struct file * filp,
18 void *buffer, size_t *lenp)
19 {
20 char *ptr;
21 @@ -3423,7 +3423,7 @@ static int dslmod_sysctl(ctl_table *ctl,
22 }
23
24
25 -ctl_table dslmod_table[] = {
26 +struct ctl_table dslmod_table[] = {
27 {
28 .procname = "dslmod",
29 .data = info,
30 @@ -3437,7 +3437,7 @@ ctl_table dslmod_table[] = {
31 };
32
33 /* Make sure that /proc/sys/dev is there */
34 -ctl_table dslmod_root_table[] = {
35 +struct ctl_table dslmod_root_table[] = {
36 #ifdef CONFIG_PROC_FS
37 {
38 .procname = "dev",