commit | aaac1b470bd0dccb30912356617069dc6199cc80 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Wed Feb 28 15:33:10 2007 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue May 01 13:04:18 2007 +0200 |
tree | 123316b4a6c10bf2e884d0469994f3435d03e22c | |
parent | b855885e3b60cf6f9452848712a62517b94583eb [diff] [blame] |
mmc: Move core functions to subdir Create a "core" subdirectory to house the central bus handling functions. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 6ea3c0e..43bf6a5 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h
@@ -10,7 +10,7 @@ #ifndef LINUX_MMC_HOST_H #define LINUX_MMC_HOST_H -#include <linux/mmc/mmc.h> +#include <linux/mmc/core.h> struct mmc_ios { unsigned int clock; /* clock rate */