]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: Fix implicit use of stat.h header in associated files
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 15 Jul 2011 16:01:27 +0000 (12:01 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:31:59 +0000 (17:31 -0400)
commit169af54e1d5da721861bf0c5e545fc6e4ab4f19c
tree8d1ed69323e10008f59f635c6832a20ce29c3150
parent8a555f01fe07e1e0e980a77f1c38e3e23ae5a7fb
mmc: Fix implicit use of stat.h header in associated files

Once the implicit use of module.h is prevented, these files will
fail to find the stat.h header content.

Fix up the implicit usage expectations in advance of the cleanup.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/mmc/core/bus.c
drivers/mmc/core/mmc.c
drivers/mmc/core/sd.c