1. 21 3月, 2013 5 次提交
  2. 04 1月, 2013 1 次提交
    • G
      Drivers: media: remove __dev* attributes. · 4c62e976
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c62e976
  3. 07 11月, 2012 1 次提交
    • M
      [media] siano: fix RC compilation · 2c4e11b7
      Mauro Carvalho Chehab 提交于
      As reported by Antti and by Stephen:
      drivers/built-in.o: In function `sms_ir_event':
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:48: undefined reference to `ir_raw_event_store'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:50: undefined reference to `ir_raw_event_handle'
      drivers/built-in.o: In function `sms_ir_init':
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:56: undefined reference to `smscore_get_board_id'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:60: undefined reference to `rc_allocate_device'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:72: undefined reference to `sms_get_board'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:92: undefined reference to `sms_get_board'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:97: undefined reference to `rc_register_device'
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:100: undefined reference to `rc_free_device'
      drivers/built-in.o: In function `sms_ir_exit':
      /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:111: undefined reference to `rc_unregister_device'
      make: *** [vmlinux] Error 1
      
      Caused by commit fdd1eeb4 "[media] siano: allow compiling it without RC support"
      And it happens when CONFIG_SMS_SIANO_RC=y and CONFIG_RC_CORE=m .
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Reported-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      2c4e11b7
  4. 18 10月, 2012 1 次提交
  5. 14 8月, 2012 2 次提交