summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sd_ops.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-07-24 22:40:58 (GMT)
committerPierre Ossman <drzeus@drzeus.cx>2007-07-26 00:05:57 (GMT)
commit393618510d5349e07d71dc28fb6fc49baf0d96a0 (patch)
treeff5bb6d05f8bea84ed98a43e91ec2a354a147bdf /drivers/mmc/core/sd_ops.h
parentfacba9179e3cd5fa91ff40bbc555c5cd4c101092 (diff)
downloadlinux-fsl-qoriq-393618510d5349e07d71dc28fb6fc49baf0d96a0.tar.xz
drivers/mmc/core/: make 3 functions static
This patch makes the following needlessly global functions static: - sd_ops.c: mmc_app_cmd() - core.c: __mmc_release_bus() - core.c: mmc_start_request() Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/core/sd_ops.h')
-rw-r--r--drivers/mmc/core/sd_ops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/core/sd_ops.h b/drivers/mmc/core/sd_ops.h
index 09ca52f..9742d8a 100644
--- a/drivers/mmc/core/sd_ops.h
+++ b/drivers/mmc/core/sd_ops.h
@@ -12,7 +12,6 @@
#ifndef _MMC_SD_OPS_H
#define _MMC_SD_OPS_H
-int mmc_app_cmd(struct mmc_host *host, struct mmc_card *card);
int mmc_app_set_bus_width(struct mmc_card *card, int width);
int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
int mmc_send_if_cond(struct mmc_host *host, u32 ocr);