fbc49a3f865491b6317fd3bbe7fa4eee8d715230
[openwrt/svn-archive/archive.git] / package / kernel / ar7-atm / patches-D7.04.03.00 / 230-compile_fixes.patch
1 Index: sangam_atm-D7.04.03.00/cp_sar_reg.h
2 ===================================================================
3 --- sangam_atm-D7.04.03.00.orig/cp_sar_reg.h 2004-04-20 08:23:30.000000000 +0200
4 +++ sangam_atm-D7.04.03.00/cp_sar_reg.h 2014-12-01 14:28:58.586447237 +0100
5 @@ -214,4 +214,4 @@
6
7 /* END OF FILE */
8
9 -#endif _INC_SAR_REG
10 +#endif
11 Index: sangam_atm-D7.04.03.00/tn7api.h
12 ===================================================================
13 --- sangam_atm-D7.04.03.00.orig/tn7api.h 2014-12-01 14:28:58.574446794 +0100
14 +++ sangam_atm-D7.04.03.00/tn7api.h 2014-12-01 14:28:58.586447237 +0100
15 @@ -172,4 +172,4 @@
16 extern struct file_operations tn7sar_proc_oam_ping_fops;
17 extern struct file_operations tn7sar_proc_pvc_table_fops;
18 int tn7sar_tx_flush(void *privContext, int chan, int queue, int skip);
19 -#endif __SGAPI_H
20 +#endif
21 Index: sangam_atm-D7.04.03.00/tn7atm.h
22 ===================================================================
23 --- sangam_atm-D7.04.03.00.orig/tn7atm.h 2014-12-01 14:28:58.442441921 +0100
24 +++ sangam_atm-D7.04.03.00/tn7atm.h 2014-12-01 14:28:58.586447237 +0100
25 @@ -276,4 +276,4 @@
26 #define PHYS_TO_K1(X) (PHYS_ADDR(X)|K1BASE)
27 #endif
28
29 -#endif __TN7ATM_H
30 +#endif
31 Index: sangam_atm-D7.04.03.00/dsl_hal_api.h
32 ===================================================================
33 --- sangam_atm-D7.04.03.00.orig/dsl_hal_api.h 2007-03-07 14:40:26.000000000 +0100
34 +++ sangam_atm-D7.04.03.00/dsl_hal_api.h 2014-12-01 14:30:10.509102453 +0100
35 @@ -2448,7 +2448,7 @@
36 *
37 ********************************************************************************************/
38
39 -unsigned int dslhal_api_getHighPrecision();
40 +unsigned int dslhal_api_getHighPrecision(void);
41
42 /********************************************************************************************
43 * FUNCTION NAME: void dslhal_api_setHighPrecision
44 @@ -2459,7 +2459,7 @@
45 * Return: None
46 ********************************************************************************************/
47
48 -void dslhal_api_setHighPrecision();
49 +void dslhal_api_setHighPrecision(void);
50 // UR8_MERGE_END CQ11054*
51
52 #ifdef INTERNAL_BUILD