linux/drivers/mmc
Tim Schmielau cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h
After Al Viro (finally) succeeded in removing the sched.h #include in module.h
recently, it makes sense again to remove other superfluous sched.h includes.
There are quite a lot of files which include it but don't actually need
anything defined in there.  Presumably these includes were once needed for
macros that used to live in sched.h, but moved to other header files in the
course of cleaning it up.

To ease the pain, this time I did not fiddle with any header files and only
removed #includes from .c-files, which tend to cause less trouble.

Compile tested against 2.6.20-rc2 and 2.6.20-rc2-mm2 (with offsets) on alpha,
arm, i386, ia64, mips, powerpc, and x86_64 with allnoconfig, defconfig,
allmodconfig, and allyesconfig as well as a few randconfigs on x86_64 and all
configs in arch/arm/configs on arm.  I also checked that no new warnings were
introduced by the patch (actually, some warnings are removed that were emitted
by unnecessarily included header files).

Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-14 08:09:54 -08:00
..
Kconfig [PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitives 2007-02-09 08:28:48 -08:00
Makefile [ARM] 3963/1: AT91: Update configuration files 2006-12-01 16:56:43 +00:00
at91_mci.c mmc: Allow host drivers to specify max block count 2007-02-04 20:54:10 +01:00
au1xmmc.c mmc: Allow host drivers to specify max block count 2007-02-04 20:54:10 +01:00
au1xmmc.h Au1[12]00 mmc driver. Only tested on the Au1200 at this point though 2005-10-29 19:32:26 +01:00
imxmmc.c mmc: Allow host drivers to specify max block count 2007-02-04 20:54:10 +01:00
imxmmc.h [ARM] 3457/1: i.MX: SD/MMC support for i.MX/MX1 2006-04-02 19:27:07 +01:00
mmc.c mmc: Graceful fallback for fancy features 2007-02-04 20:54:11 +01:00
mmc.h WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
mmc_block.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
mmc_queue.c mmc: Allow host drivers to specify max block count 2007-02-04 20:54:10 +01:00
mmc_queue.h mmc: remove kernel_thread() 2006-12-01 17:56:46 +01:00
mmc_sysfs.c mmc: let host be parent of cards 2007-02-04 20:54:06 +01:00
mmci.c mmc: Allow host drivers to specify max block count 2007-02-04 20:54:10 +01:00
mmci.h [MMC] mmci: kunmap_atomic() unmaps virtual address, not page 2006-01-05 10:31:23 +00:00
omap.c mmc: Allow host drivers to specify max block count 2007-02-04 20:54:10 +01:00
pxamci.c mmc: Allow host drivers to specify max block count 2007-02-04 20:54:10 +01:00
pxamci.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdhci.c mmc: sdhci: Stop asking for mail 2007-02-09 08:29:19 +01:00
sdhci.h mmc: sdhci: replace kmap with page_address 2007-02-04 20:54:12 +01:00
tifm_sd.c tifm_sd: treat "status error" as normal command completion 2007-02-11 16:28:22 +01:00
wbsd.c mmc: wbsd: Remove stray kunmap_atomic() 2007-02-11 16:27:13 +01:00
wbsd.h mmc: wbsd: replace kmap with page_address 2007-02-04 20:54:11 +01:00