230-compile_fixes.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --- a/cp_sar_reg.h
  2. +++ b/cp_sar_reg.h
  3. @@ -214,4 +214,4 @@
  4. /* END OF FILE */
  5. -#endif _INC_SAR_REG
  6. +#endif
  7. --- a/tn7api.h
  8. +++ b/tn7api.h
  9. @@ -172,4 +172,4 @@ void tn7sar_get_sar_firmware_version(uns
  10. extern struct file_operations tn7sar_proc_oam_ping_fops;
  11. extern struct file_operations tn7sar_proc_pvc_table_fops;
  12. int tn7sar_tx_flush(void *privContext, int chan, int queue, int skip);
  13. -#endif __SGAPI_H
  14. +#endif
  15. --- a/tn7atm.h
  16. +++ b/tn7atm.h
  17. @@ -276,4 +276,4 @@ typedef struct
  18. #define PHYS_TO_K1(X) (PHYS_ADDR(X)|K1BASE)
  19. #endif
  20. -#endif __TN7ATM_H
  21. +#endif
  22. --- a/dsl_hal_api.h
  23. +++ b/dsl_hal_api.h
  24. @@ -2448,7 +2448,7 @@ unsigned int dslhal_api_getHLINpsds(tids
  25. *
  26. ********************************************************************************************/
  27. -unsigned int dslhal_api_getHighPrecision();
  28. +unsigned int dslhal_api_getHighPrecision(void);
  29. /********************************************************************************************
  30. * FUNCTION NAME: void dslhal_api_setHighPrecision
  31. @@ -2459,7 +2459,7 @@ unsigned int dslhal_api_getHighPrecision
  32. * Return: None
  33. ********************************************************************************************/
  34. -void dslhal_api_setHighPrecision();
  35. +void dslhal_api_setHighPrecision(void);
  36. // UR8_MERGE_END CQ11054*
  37. #ifdef INTERNAL_BUILD