200-linux-310.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. Index: drv_vmmc-1.9.0/src/drv_vmmc_linux.c
  2. ===================================================================
  3. --- drv_vmmc-1.9.0.orig/src/drv_vmmc_linux.c 2013-09-05 22:34:31.920428685 +0200
  4. +++ drv_vmmc-1.9.0/src/drv_vmmc_linux.c 2013-09-05 22:35:54.940430772 +0200
  5. @@ -54,6 +54,8 @@
  6. #include "drv_vmmc_res.h"
  7. #endif /* (VMMC_CFG_FEATURES & VMMC_FEAT_HDLC) */
  8. +#undef VMMC_USE_PROC
  9. +
  10. /* ============================= */
  11. /* Local Macros & Definitions */
  12. /* ============================= */
  13. Index: drv_vmmc-1.9.0/src/mps/drv_mps_vmmc_linux.c
  14. ===================================================================
  15. --- drv_vmmc-1.9.0.orig/src/mps/drv_mps_vmmc_linux.c 2013-09-05 22:34:31.988428687 +0200
  16. +++ drv_vmmc-1.9.0/src/mps/drv_mps_vmmc_linux.c 2013-09-05 22:54:01.544458009 +0200
  17. @@ -80,11 +80,15 @@
  18. /* ============================= */
  19. #define IFX_MPS_DEV_NAME "ifx_mps"
  20. +#undef CONFIG_MPS_HISTORY_SIZE
  21. +#define CONFIG_MPS_HISTORY_SIZE 0
  22. #ifndef CONFIG_MPS_HISTORY_SIZE
  23. #define CONFIG_MPS_HISTORY_SIZE 128
  24. #warning CONFIG_MPS_HISTORY_SIZE should have been set via cofigure - setting to default 128
  25. #endif
  26. +#undef CONFIG_PROC_FS
  27. +
  28. /* ============================= */
  29. /* Global variable definition */
  30. /* ============================= */