1. 22 12月, 2011 1 次提交
    • K
      driver-core: remove sysdev.h usage. · edbaa603
      Kay Sievers 提交于
      The sysdev.h file should not be needed by any in-kernel code, so remove
      the .h file from these random files that seem to still want to include
      it.
      
      The sysdev code will be going away soon, so this include needs to be
      removed no matter what.
      
      Cc: Jiandong Zheng <jdzheng@broadcom.com>
      Cc: Scott Branden <sbranden@broadcom.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
      Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
      Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
      Cc: "Venkatesh Pallipadi
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Matthew Garrett <mjg@redhat.com>
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      edbaa603
  2. 22 8月, 2011 1 次提交
  3. 12 3月, 2011 1 次提交
  4. 18 1月, 2011 1 次提交
  5. 30 12月, 2010 1 次提交
  6. 25 11月, 2010 1 次提交
    • A
      ARM: S5PV210: Fix sysdev related warning messages · 9adf262a
      Abhilash Kesavan 提交于
      This patch fixes following warning messages when CONFIG_PM selected.
      
      In file included from arch/arm/mach-s5pv210/mach-smdkv210.c:34:
      arch/arm/plat-samsung/include/plat/pm.h:104: warning: 'struct sys_device'
      declared inside parameter list
      arch/arm/plat-samsung/include/plat/pm.h:104: warning: its scope is only this
      definition or declaration, which is probably not what you want
      arch/arm/plat-samsung/include/plat/pm.h:105: warning: 'struct sys_device'
      declared inside parameter list
      
      In file included from arch/arm/mach-s5pv210/mach-smdkc110.c:31:
      arch/arm/plat-samsung/include/plat/pm.h:104: warning: 'struct sys_device'
      declared inside parameter list
      arch/arm/plat-samsung/include/plat/pm.h:104: warning: its scope is only this
      definition or declaration, which is probably not what you want
      arch/arm/plat-samsung/include/plat/pm.h:105: warning: 'struct sys_device'
      declared inside parameter list
      Signed-off-by: NAbhilash Kesavan <a.kesavan@samsung.com>
      Signed-off-by: NSangbeom Kim <sbkim73@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      9adf262a
  7. 25 10月, 2010 1 次提交
  8. 21 10月, 2010 1 次提交
  9. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  10. 05 8月, 2010 4 次提交
  11. 20 5月, 2010 1 次提交
  12. 18 5月, 2010 1 次提交
  13. 25 2月, 2010 2 次提交
  14. 24 2月, 2010 1 次提交