1. 24 3月, 2006 1 次提交
  2. 10 1月, 2006 1 次提交
  3. 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
  4. 29 10月, 2005 1 次提交
  5. 08 7月, 2005 1 次提交
  6. 02 7月, 2005 1 次提交
  7. 21 6月, 2005 1 次提交
    • L
      [PATCH] use device_for_each_child() to properly access child devices. · d0e2b4a0
      long 提交于
      On Friday, March 25, 2005 8:47 PM Greg KH wrote:
      >Here's a fix for pci express.  For some reason I don't think they are
      >using the driver model properly here, but I could be wrong...
      
      Thanks for making the changes. However, changes in functions:
      void pcie_port_device_remove(struct pci_dev *dev) and
      static int remove_iter(struct device *dev, void *data)
      are not correct. Please use the patch, which is based on kernel
      2.6.12-rc1, below for a fix for these.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d0e2b4a0
  8. 17 4月, 2005 2 次提交