summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2012-02-08 15:42:24 +0800
committerTony Lin <tony.lin@freescale.com>2012-02-08 15:47:05 +0800
commitc06e6207702bce331b08d0b4e7d76cc6e51e2346 (patch)
tree9a52b5c46dfed3adb7b5641fbc64db1cb3ae9291 /include
parent21bb9372a8cdf1eeca0537280b76433a1269b3f0 (diff)
ENGR00174038 [mx6 mmc]fix build err
fix build error: incompatible pointer type Signed-off-by: Tony Lin <tony.lin@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/card.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h
index 686434404651..b8ed8398240b 100644
--- a/include/linux/mmc/card.h
+++ b/include/linux/mmc/card.h
@@ -401,7 +401,7 @@ struct mmc_driver {
struct device_driver drv;
int (*probe)(struct mmc_card *);
void (*remove)(struct mmc_card *);
- int (*suspend)(struct mmc_card *, pm_message_t);
+ int (*suspend)(struct mmc_card *);
int (*resume)(struct mmc_card *);
};