1. 04 2月, 2012 1 次提交
  2. 03 2月, 2012 3 次提交
  3. 25 1月, 2012 2 次提交
    • F
      drivers: misc: Remove MISC_DEVICES config option · 7c5763b8
      Fabio Estevam 提交于
      MISC_DEVICES option alone does not select any kernel code and can cause dependency build warnings, such as:
      
      warning: (KS8851 && AX88796_93CX6 && RTL8180 && RTL8187 && ADM8211 && RT2400PCI && RT2500PCI && RT61PCI && RT2800PCI && R8187SE) selects EEPROM_93CX6 which has unmet direct dependencies (MISC_DEVICES)
      
      As the current drivers/misc/Kconfig stands, it is only possible to select the drivers below if MISC_DEVICES option is selected:
      
      source "drivers/misc/c2port/Kconfig"
      source "drivers/misc/eeprom/Kconfig"
      source "drivers/misc/cb710/Kconfig"
      source "drivers/misc/iwmc3200top/Kconfig"
      source "drivers/misc/ti-st/Kconfig"
      source "drivers/misc/lis3lv02d/Kconfig"
      source "drivers/misc/carma/Kconfig"
      source "drivers/misc/altera-stapl/Kconfig"
      
      So remove MISC_DEVICES option so that nothing is dependant on it.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7c5763b8
    • P
      c2port: fix build error for duramar2150 due to missing header. · ecd9d34a
      Paul Gortmaker 提交于
      This file needs the basic headers for resource management,
      otherwise we will see this build error:
      
       CC [M]  drivers/misc/c2port/c2port-duramar2150.o
       drivers/misc/c2port/c2port-duramar2150.c: In function ‘duramar2150_c2port_init’:
       drivers/misc/c2port/c2port-duramar2150.c:125:2: error: implicit declaration of function ‘request_region’ [-Werror=implicit-function-declaration]
       drivers/misc/c2port/c2port-duramar2150.c:139:2: error: implicit declaration of function ‘release_region’ [-Werror=implicit-function-declaration]
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ecd9d34a
  4. 13 1月, 2012 2 次提交
  5. 09 1月, 2012 3 次提交
  6. 05 1月, 2012 5 次提交
  7. 04 1月, 2012 1 次提交
  8. 02 1月, 2012 1 次提交
  9. 27 11月, 2011 2 次提交
  10. 19 11月, 2011 2 次提交
  11. 17 11月, 2011 1 次提交
  12. 16 11月, 2011 6 次提交
  13. 15 11月, 2011 1 次提交
  14. 03 11月, 2011 2 次提交
  15. 01 11月, 2011 8 次提交