mac80211: Make wlcore platform-independent
[oweals/openwrt.git] / package / kernel / ar7-atm / patches-D7.04.03.00 / 230-compile_fixes.patch
1 --- a/cp_sar_reg.h
2 +++ b/cp_sar_reg.h
3 @@ -214,4 +214,4 @@
4  
5  /* END OF FILE */
6  
7 -#endif _INC_SAR_REG
8 +#endif
9 --- a/tn7api.h
10 +++ b/tn7api.h
11 @@ -172,4 +172,4 @@ void tn7sar_get_sar_firmware_version(uns
12  extern struct file_operations tn7sar_proc_oam_ping_fops;
13  extern struct file_operations tn7sar_proc_pvc_table_fops;
14  int tn7sar_tx_flush(void *privContext, int chan, int queue, int skip);
15 -#endif __SGAPI_H
16 +#endif
17 --- a/tn7atm.h
18 +++ b/tn7atm.h
19 @@ -276,4 +276,4 @@ typedef struct
20  #define PHYS_TO_K1(X)                             (PHYS_ADDR(X)|K1BASE)
21  #endif
22  
23 -#endif __TN7ATM_H
24 +#endif
25 --- a/dsl_hal_api.h
26 +++ b/dsl_hal_api.h
27 @@ -2448,7 +2448,7 @@ unsigned int dslhal_api_getHLINpsds(tids
28  *
29  ********************************************************************************************/
30  
31 -unsigned int dslhal_api_getHighPrecision();
32 +unsigned int dslhal_api_getHighPrecision(void);
33  
34  /********************************************************************************************
35  * FUNCTION NAME: void dslhal_api_setHighPrecision
36 @@ -2459,7 +2459,7 @@ unsigned int dslhal_api_getHighPrecision
37  * Return: None
38  ********************************************************************************************/
39  
40 -void dslhal_api_setHighPrecision();
41 +void dslhal_api_setHighPrecision(void);
42  //  UR8_MERGE_END   CQ11054*
43  
44  #ifdef INTERNAL_BUILD