]> 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, 6 Oct 2011 17:59:56 +0000 (13:59 -0400)
commitaeb7eedd3c99b957e5ad478bbf9ebdfd37f293e4
tree8f0229d01a51e1282fde7f15947286faf87a7652
parent660231fa11dd54dec655cf5a5630795c559552f7
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