aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/hsmmc-omap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/hsmmc-omap.h b/include/linux/platform_data/hsmmc-omap.h
index 7e70e15154e4..35d494f7d62f 100644
--- a/include/linux/platform_data/hsmmc-omap.h
+++ b/include/linux/platform_data/hsmmc-omap.h
@@ -51,9 +51,6 @@ struct omap_hsmmc_platform_data {
51 int (*suspend)(struct device *dev, int slot); 51 int (*suspend)(struct device *dev, int slot);
52 int (*resume)(struct device *dev, int slot); 52 int (*resume)(struct device *dev, int slot);
53 53
54 /* Return context loss count due to PM states changing */
55 int (*get_context_loss_count)(struct device *dev);
56
57 /* Integrating attributes from the omap_hwmod layer */ 54 /* Integrating attributes from the omap_hwmod layer */
58 u8 controller_flags; 55 u8 controller_flags;
59 56