]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md: Add module.h to all files using it implicitly
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 17:58:33 +0000 (13:58 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 2 Aug 2011 16:41:58 +0000 (12:41 -0400)
commitb07d0c063e7779079f0e3ef3bb728422398571eb
tree423170ef2941fed2fdd29345bc1e114953ae32d0
parentbab205a9f940dbfeed8cceab36691db87d3c98a3
md: Add module.h to all files using it implicitly

A pending cleanup will mean that module.h won't be implicitly
everywhere anymore.  Make sure the modular drivers in md dir
are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15 files changed:
drivers/md/dm-exception-store.c
drivers/md/dm-log-userspace-base.c
drivers/md/dm-path-selector.c
drivers/md/dm-raid.c
drivers/md/dm-round-robin.c
drivers/md/dm-service-time.c
drivers/md/faulty.c
drivers/md/linear.c
drivers/md/md.c
drivers/md/multipath.c
drivers/md/raid0.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5.c
lib/raid6/algos.c