1. 21 4月, 2008 1 次提交
  2. 29 11月, 2007 1 次提交
  3. 27 3月, 2007 1 次提交
  4. 10 3月, 2007 1 次提交
    • S
      pcie: fix section mismatch warning · 3603a6a3
      Sam Ravnborg 提交于
      Fix following section mismatch warning (when compiled with CONFIG_HOTPLUG=n):
      WARNING: drivers/pci/built-in.o - Section mismatch: reference to .init.text:pcie_portdrv_probe from .data between 'pcie_portdrv' (at offset 0xe40) and 'pcie_portdrv_err_handler'
      
      This warning was fixed by renaming pcie_portdrv to pcie_portdriver so we pass
      the whitelist.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3603a6a3
  5. 21 12月, 2006 1 次提交
  6. 19 10月, 2006 1 次提交
  7. 27 9月, 2006 3 次提交
  8. 04 8月, 2006 2 次提交
  9. 24 3月, 2006 1 次提交
  10. 31 10月, 2005 1 次提交
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  11. 09 9月, 2005 1 次提交
  12. 02 7月, 2005 1 次提交
  13. 17 4月, 2005 2 次提交