From 8bbf4307c7a44ecf6a1cff905913a630ac949f18 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 11 Aug 2010 15:51:12 -0700 Subject: 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 Tested-by: Steve Sakoman Signed-off-by: Sandeep Paulraj --- drivers/mmc/omap3_mmc.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'drivers/mmc/omap3_mmc.h') 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 */ -- cgit v1.2.1