diff options
| author | Pavel Machek <pavel@suse.cz> | 2005-03-29 17:44:51 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-29 17:44:51 -0800 |
| commit | 165929bd1140d2f3353e5f02db79ed9b1179b4ea (patch) | |
| tree | 966251974f4dde6a02b81758829543ac4d8c8cb2 /include/linux/mmc | |
| parent | 820807d24e07ba93ffd773bd2d1eabf9c7099d87 (diff) | |
[PATCH] Fix u32 vs. pm_message_t confusion in MMC
This fixes u32 vs. pm_message_t confusion in MMC layer.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/mmc')
| -rw-r--r-- | include/linux/mmc/card.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 44da5ac8f88f..aefedf04b9bb 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h @@ -75,7 +75,7 @@ struct mmc_driver { struct device_driver drv; int (*probe)(struct mmc_card *); void (*remove)(struct mmc_card *); - int (*suspend)(struct mmc_card *, u32); + int (*suspend)(struct mmc_card *, pm_message_t); int (*resume)(struct mmc_card *); }; |
