diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2010-08-11 15:51:12 -0700 |
---|---|---|
committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-08-12 13:50:19 -0400 |
commit | 8bbf4307c7a44ecf6a1cff905913a630ac949f18 (patch) | |
tree | 23dfb929b83635db45e37670419856a556411ff8 /drivers/mmc/omap3_mmc.h | |
parent | 69a2a4d9a5884a6f2d04a551308980d452b9b349 (diff) | |
download | u-boot-8bbf4307c7a44ecf6a1cff905913a630ac949f18.tar.gz |
mmc: omap3: make local symbols static
Make driver local variables and functions static and
remove them from the arch header.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Tested-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'drivers/mmc/omap3_mmc.h')
-rw-r--r-- | drivers/mmc/omap3_mmc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/mmc/omap3_mmc.h b/drivers/mmc/omap3_mmc.h index cbb3dc3a3a..e4d263c877 100644 --- a/drivers/mmc/omap3_mmc.h +++ b/drivers/mmc/omap3_mmc.h @@ -230,13 +230,4 @@ typedef union { mmc_csd_reg_t Card_CSD; } mmc_resp_t; -extern mmc_card_data mmc_dev; - -unsigned char mmc_lowlevel_init(void); -unsigned char mmc_send_command(unsigned int cmd, unsigned int arg, - unsigned int *response); -unsigned char mmc_setup_clock(unsigned int iclk, unsigned short clkd); -unsigned char mmc_set_opendrain(unsigned char state); -unsigned char mmc_read_data(unsigned int *output_buf); - #endif /* MMC_H */ |