]> 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, 28 Jul 2011 04:26:42 +0000 (00:26 -0400)
commitf82cd1a0636ce1eddcf4a3bebea43de48d19d4b5
tree1629ecde173563a35318e9acc41e859ffa53fec7
parenteaafd93acaf5b32a33a12d44e3b3800d7e5ba24c
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