aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-07-24 13:16:54 -0400
committerPierre Ossman <drzeus@drzeus.cx>2007-09-23 03:15:00 -0400
commitb146d26a61e0feab2f12a98ae83fd352830899c0 (patch)
treeb05f5197e6f5315197f34e3f406b93ad06b6b80b /include/linux/mmc
parentd7604d76351f7745d0e62d9f2bbcbb917c9013f3 (diff)
mmc: mmc_set_data_timeout() parameter write is redundant
The write parameter in mmc_set_data_timeout() is redundant as the data structure contains information about the direction of the transfer. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h
index a2b79518f051..2a03f8b9cdfb 100644
--- a/include/linux/mmc/core.h
+++ b/include/linux/mmc/core.h
@@ -111,7 +111,7 @@ extern int mmc_wait_for_cmd(struct mmc_host *, struct mmc_command *, int);
111extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *, 111extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *,
112 struct mmc_command *, int); 112 struct mmc_command *, int);
113 113
114extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *, int); 114extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *);
115 115
116extern void mmc_claim_host(struct mmc_host *host); 116extern void mmc_claim_host(struct mmc_host *host);
117extern void mmc_release_host(struct mmc_host *host); 117extern void mmc_release_host(struct mmc_host *host);