1. 09 10月, 2010 1 次提交
  2. 07 10月, 2010 8 次提交
  3. 10 8月, 2010 3 次提交
  4. 16 7月, 2010 1 次提交
  5. 18 6月, 2010 3 次提交
  6. 17 6月, 2010 1 次提交
  7. 16 6月, 2010 1 次提交
  8. 08 6月, 2010 1 次提交
    • D
      msm: dma: add completion.h header · 6d7b7d57
      Daniel Walker 提交于
      At some point this was exposed (not sure how),
      
      linux-2.6/arch/arm/mach-msm/dma.c:92: error: field 'complete' has incomplete type
      linux-2.6/arch/arm/mach-msm/dma.c: In function 'dmov_exec_cmdptr_complete_func':
      linux-2.6/arch/arm/mach-msm/dma.c:108: error: implicit declaration of function 'complete'
      linux-2.6/arch/arm/mach-msm/dma.c: In function 'msm_dmov_exec_cmd':
      linux-2.6/arch/arm/mach-msm/dma.c:120: error: implicit declaration of function 'init_completion'
      linux-2.6/arch/arm/mach-msm/dma.c:123: error: implicit declaration of function 'wait_for_completion'
      
      and the fix is just to add the header.
      Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
      6d7b7d57
  9. 23 5月, 2010 1 次提交
  10. 14 5月, 2010 20 次提交