230-compile_fixes.patch 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. /* END OF FILE */
  7. -#endif _INC_SAR_REG
  8. +#endif
  9. Index: sangam_atm-D7.04.03.00/tn7api.h
  10. ===================================================================
  11. --- sangam_atm-D7.04.03.00.orig/tn7api.h 2014-12-01 14:28:58.574446794 +0100
  12. +++ sangam_atm-D7.04.03.00/tn7api.h 2014-12-01 14:28:58.586447237 +0100
  13. @@ -172,4 +172,4 @@
  14. extern struct file_operations tn7sar_proc_oam_ping_fops;
  15. extern struct file_operations tn7sar_proc_pvc_table_fops;
  16. int tn7sar_tx_flush(void *privContext, int chan, int queue, int skip);
  17. -#endif __SGAPI_H
  18. +#endif
  19. Index: sangam_atm-D7.04.03.00/tn7atm.h
  20. ===================================================================
  21. --- sangam_atm-D7.04.03.00.orig/tn7atm.h 2014-12-01 14:28:58.442441921 +0100
  22. +++ sangam_atm-D7.04.03.00/tn7atm.h 2014-12-01 14:28:58.586447237 +0100
  23. @@ -276,4 +276,4 @@
  24. #define PHYS_TO_K1(X) (PHYS_ADDR(X)|K1BASE)
  25. #endif
  26. -#endif __TN7ATM_H
  27. +#endif
  28. Index: sangam_atm-D7.04.03.00/dsl_hal_api.h
  29. ===================================================================
  30. --- sangam_atm-D7.04.03.00.orig/dsl_hal_api.h 2007-03-07 14:40:26.000000000 +0100
  31. +++ sangam_atm-D7.04.03.00/dsl_hal_api.h 2014-12-01 14:30:10.509102453 +0100
  32. @@ -2448,7 +2448,7 @@
  33. *
  34. ********************************************************************************************/
  35. -unsigned int dslhal_api_getHighPrecision();
  36. +unsigned int dslhal_api_getHighPrecision(void);
  37. /********************************************************************************************
  38. * FUNCTION NAME: void dslhal_api_setHighPrecision
  39. @@ -2459,7 +2459,7 @@
  40. * Return: None
  41. ********************************************************************************************/
  42. -void dslhal_api_setHighPrecision();
  43. +void dslhal_api_setHighPrecision(void);
  44. // UR8_MERGE_END CQ11054*
  45. #ifdef INTERNAL_BUILD