]> git.baikalelectronics.ru Git - kernel.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>
Mon, 31 Oct 2011 23:32:07 +0000 (19:32 -0400)
commita1e4fc8d4752839aa362ae1d82196b547822ef77
tree600fc0895d8fc91b4ae694502fe332ba12458ab9
parent8f1e0cdc184df099c983a4c2f9996054ef85f4c1
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