Commit 96547f5d authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

mmc: Add module.h to drivers/mmc users assuming implicit presence.



We are cleaning up the implicit presence of module.h; these guys are
some of the people who just assume it will be there.  Call it out
explitly for those that really need it.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 5d4a357d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 */

#include <linux/err.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/clk.h>