diff options
Diffstat (limited to 'drivers/mmc/core/host.h')
| -rw-r--r-- | drivers/mmc/core/host.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mmc/core/host.h b/drivers/mmc/core/host.h index 8c87e1109a3..f2ab9e57812 100644 --- a/drivers/mmc/core/host.h +++ b/drivers/mmc/core/host.h @@ -10,11 +10,10 @@   */  #ifndef _MMC_CORE_HOST_H  #define _MMC_CORE_HOST_H +#include <linux/mmc/host.h>  int mmc_register_host_class(void);  void mmc_unregister_host_class(void); -void mmc_host_deeper_disable(struct work_struct *work); -  #endif  | 
