Commit 4ab4e81a authored by Felipe Balbi's avatar Felipe Balbi Committed by Kevin Hilman

mmc: host: davinci: reorganize file and remove prototypes

There were a bunch of useless function prototypes in
davinci_mmc.h. Remove them and reorganize the file
so we don't really need those.
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 3c62f635
This diff is collapsed.
...@@ -145,7 +145,6 @@ ...@@ -145,7 +145,6 @@
#define MMCFIFOCTL_ACCWD_2 (2 << 3) /* access width of 2 bytes */ #define MMCFIFOCTL_ACCWD_2 (2 << 3) /* access width of 2 bytes */
#define MMCFIFOCTL_ACCWD_1 (3 << 3) /* access width of 1 byte */ #define MMCFIFOCTL_ACCWD_1 (3 << 3) /* access width of 1 byte */
/* /*
* Command types * Command types
*/ */
...@@ -212,18 +211,4 @@ enum mmcsdevent { ...@@ -212,18 +211,4 @@ enum mmcsdevent {
MMCSD_EVENT_BLOCK_XFERRED = (1 << 0) MMCSD_EVENT_BLOCK_XFERRED = (1 << 0)
}; };
static void init_mmcsd_host(struct mmc_davinci_host *host);
static void davinci_fifo_data_trans(struct mmc_davinci_host *host, int n);
static void mmc_davinci_sg_to_buf(struct mmc_davinci_host *host);
static int mmc_davinci_send_dma_request(struct mmc_davinci_host *host,
struct mmc_request *req);
static void mmc_davinci_xfer_done(struct mmc_davinci_host *host,
struct mmc_data *data);
static void davinci_abort_dma(struct mmc_davinci_host *host);
#endif /* DAVINCI_MMC_H_ */ #endif /* DAVINCI_MMC_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment