]> 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, 25 Aug 2011 17:55:54 +0000 (13:55 -0400)
commit16dd4beb044efa8c1c7296b26aaf2064f14ad76a
treec5587d14dc8f115d403317c8060005929bfc0f2f
parentf1e86636f4e5a1c126f4540cf9c3b1db207046a5
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