]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Mar 2012 17:24:31 +0000 (10:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Mar 2012 17:24:31 +0000 (10:24 -0700)
commitb4d2a67d76a619d50f7ddabef712f1d45864a615
tree9a2c085e1fce41012bb0f2a340f6ceaaf616b7a0
parent223403347c4cf21bda5549273dc8a14db05098a0
parentc3ce438bb2c4449c3dee8fb5c0b544e3efa6a127
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux

Pull cleanup of fs/ and lib/ users of module.h from Paul Gortmaker:
 "Fix up files in fs/ and lib/ dirs to only use module.h if they really
  need it.

  These are trivial in scope vs the work done previously.  We now have
  things where any few remaining cleanups can be farmed out to arch or
  subsystem maintainers, and I have done so when possible.  What is
  remaining here represents the bits that don't clearly lie within a
  single arch/subsystem boundary, like the fs dir and the lib dir.

  Some duplicate includes arising from overlapping fixes from
  independent subsystem maintainer submissions are also quashed."

Fix up trivial conflicts due to clashes with other include file cleanups
(including some due to the previous bug.h cleanup pull).

* tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux:
  lib: reduce the use of module.h wherever possible
  fs: reduce the use of module.h wherever possible
  includecheck: delete any duplicate instances of module.h
23 files changed:
fs/aio.c
fs/binfmt_flat.c
fs/compat_ioctl.c
fs/dcache.c
fs/fs-writeback.c
fs/fs_struct.c
fs/libfs.c
fs/namei.c
fs/select.c
fs/seq_file.c
fs/splice.c
fs/stat.c
fs/super.c
lib/bitmap.c
lib/idr.c
lib/iommu-helper.c
lib/kobject_uevent.c
lib/list_debug.c
lib/scatterlist.c
lib/string.c
lib/swiotlb.c
lib/timerqueue.c
lib/vsprintf.c