1. 12 9月, 2013 1 次提交
  2. 30 4月, 2013 3 次提交
  3. 22 2月, 2013 1 次提交
  4. 04 1月, 2013 1 次提交
    • G
      Drivers: rtc: remove __dev* attributes. · 5a167f45
      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: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Mike Frysinger <vapier.adi@gmail.com>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      5a167f45
  5. 21 12月, 2012 1 次提交
  6. 18 12月, 2012 1 次提交
  7. 26 10月, 2012 1 次提交
  8. 25 4月, 2012 1 次提交
  9. 15 9月, 2011 1 次提交
    • A
      drivers/rtc/rtc-imxdi.c needs linux/sched.h · d4c32f35
      Axel Lin 提交于
      Include linux/sched.h to fix below build error.
      
          CC      drivers/rtc/rtc-imxdi.o
        drivers/rtc/rtc-imxdi.c: In function 'di_write_wait':
        drivers/rtc/rtc-imxdi.c:168: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
        drivers/rtc/rtc-imxdi.c:168: error: (Each undeclared identifier is reported only once
        drivers/rtc/rtc-imxdi.c:168: error: for each function it appears in.)
        drivers/rtc/rtc-imxdi.c:168: error: implicit declaration of function 'signal_pending'
        drivers/rtc/rtc-imxdi.c:168: error: implicit declaration of function 'schedule_timeout'
        drivers/rtc/rtc-imxdi.c: In function 'dryice_norm_irq':
        drivers/rtc/rtc-imxdi.c:329: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: Baruch Siach <baruch@tkos.co.il>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d4c32f35
  10. 11 8月, 2010 1 次提交