1. 04 1月, 2013 1 次提交
    • G
      Drivers: mfd: remove __dev* attributes. · 612b95cd
      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: Samuel Ortiz <sameo@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      612b95cd
  2. 16 11月, 2012 1 次提交
  3. 09 11月, 2012 1 次提交
    • S
      mfd: Explicitely include slab.h to rtsx · aec17ea1
      Samuel Ortiz 提交于
      This fixes the following build error on some architectures (parisc at least):
      
      drivers/mfd/rtsx_pcr.c: In function 'rtsx_pci_init_chip':
      drivers/mfd/rtsx_pcr.c:985:2: error: implicit declaration of function 'kcalloc'
      [-Werror=implicit-function-declaration]
      drivers/mfd/rtsx_pcr.c:985:13: warning: assignment makes pointer from integer
      without a cast [enabled by default]
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      aec17ea1
  4. 08 11月, 2012 1 次提交