summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2012-02-08 15:42:24 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:22:19 +0800
commita00b136806d4f2d8fec727d75d0ab6c9f1f507bc (patch)
tree433bee84559737faba7116c1bf09c427dba6a07f /include/linux
parenta711a1bdfea88a4f055dc9d28bae3cb47c8a0b8f (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/linux')
-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 *);
};