1. 03 6月, 2010 1 次提交
  2. 16 12月, 2009 3 次提交
  3. 19 9月, 2009 8 次提交
  4. 23 6月, 2009 1 次提交
  5. 17 6月, 2009 2 次提交
  6. 07 4月, 2009 1 次提交
  7. 30 3月, 2009 3 次提交
  8. 03 1月, 2009 1 次提交
  9. 30 12月, 2008 5 次提交
  10. 12 10月, 2008 2 次提交
  11. 24 7月, 2008 1 次提交
  12. 14 5月, 2008 1 次提交
    • I
      V4L/DVB (7858): video: build fix for drivers/media/video/mt9v022.c · 91e64c88
      Ingo Molnar 提交于
      x86.git testing found the following build bug on latest -git:
      
        CC [M]  drivers/media/video/mt9v022.o
        drivers/media/video/mt9v022.c: In function 'bus_switch_request':
        drivers/media/video/mt9v022.c:199: error: implicit declaration of function 'gpio_is_valid'
        drivers/media/video/mt9v022.c:201: error: implicit declaration of function 'gpio_request'
        drivers/media/video/mt9v022.c:207: error: implicit declaration of function 'gpio_direction_output'
        drivers/media/video/mt9v022.c:211: error: implicit declaration of function 'gpio_free'
        drivers/media/video/mt9v022.c: In function 'bus_switch_act':
        drivers/media/video/mt9v022.c:237: error: implicit declaration of function 'gpio_set_value_cansleep'
        make[2]: *** [drivers/media/video] Error 2
        make[1]: *** [drivers/media] Error 2
        make[1]: *** Waiting for unfinished jobs....
        make: *** [drivers] Error 2
      
      with this config:
      
         http://redhat.com/~mingo/misc/config-Sat_May__3_16_08_39_CEST_2008.bad
      
      the bug was that the driver uses GPIO functionality but only includes
      the GPIO interface definitions for the CONFIG_MT9M001_PCA9536_SWITCH
      case, which was not set in this config.
      
      The quick fix seems to be to include linux/gpio.h unconditionally. (this
      seems like a small cleanup as well as it removes and #ifdef is more
      robust than an inclusion of asm/gpio.h) Not tested too much yet, so
      please have another look in any case.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      91e64c88
  13. 30 4月, 2008 3 次提交
  14. 25 4月, 2008 7 次提交