1. 17 10月, 2012 7 次提交
  2. 15 10月, 2012 5 次提交
  3. 10 10月, 2012 7 次提交
  4. 09 10月, 2012 1 次提交
  5. 08 10月, 2012 3 次提交
  6. 06 10月, 2012 9 次提交
  7. 02 10月, 2012 1 次提交
    • A
      [media] media/radio/shark2: Fix build error caused by missing dependencies · f39a0dd6
      Arnd Bergmann 提交于
      Without this patch, building rand-0y2jSKT results in:
      
      WARNING: drivers/usb/musb/musb_hdrc.o(.devinit.text+0x9b8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create()
      The function __devinit musb_init_controller() references
      a function __init dma_controller_create().
      If dma_controller_create is only used by musb_init_controller then
      annotate dma_controller_create with a matching annotation.
      
      ERROR: "snd_tea575x_init" [drivers/media/radio/radio-shark.ko] undefined!
      ERROR: "snd_tea575x_exit" [drivers/media/radio/radio-shark.ko] undefined!
      make[2]: *** [__modpost] Error 1
      make[1]: *** [modules] Error 2
      make: *** [sub-make] Error 2
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      f39a0dd6
  8. 22 9月, 2012 5 次提交
  9. 20 9月, 2012 1 次提交
  10. 19 9月, 2012 1 次提交