]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-s3c: Fix build for header change
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 29 Jul 2011 14:35:00 +0000 (15:35 +0100)
committerChris Ball <cjb@laptop.org>
Thu, 11 Aug 2011 20:39:52 +0000 (16:39 -0400)
commit2fca990dfe00bdc02cda59daf1476c21e92bd296
tree9f8783bb9896159fa01ee5b94b05d4859a7c7742
parent33682226c9206423700dbecb2dfe8765fd8d8a65
mmc: sdhci-s3c: Fix build for header change

A header change has removed an implicit inclusion of module.h, breaking
the build due to the use of THIS_MODULE. Fix that.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-s3c.c