summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorKaricheri, Muralidharan <m-karicheri2@ti.com>2014-01-20 17:10:07 -0500
committerTom Rini <trini@ti.com>2014-02-21 11:33:19 -0500
commit1674df60d17e0e72396c961d5390bb62b184ad95 (patch)
tree3d63514479cc6b38efcfebcb6e3869825640b816 /common
parent06109f498faeae023f30254ed145030458ef1c41 (diff)
downloadtalos-obmc-uboot-1674df60d17e0e72396c961d5390bb62b184ad95.tar.gz
talos-obmc-uboot-1674df60d17e0e72396c961d5390bb62b184ad95.zip
ubifs: fix checkpatch warning
Fix the following checkpatch warning:- WARNING: externs should be avoided in .c files Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_ubifs.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/cmd_ubifs.c b/common/cmd_ubifs.c
index d9af023d70..fdc8bfe46a 100644
--- a/common/cmd_ubifs.c
+++ b/common/cmd_ubifs.c
@@ -21,15 +21,6 @@
static int ubifs_initialized;
static int ubifs_mounted;
-extern struct super_block *ubifs_sb;
-
-/* Prototypes */
-int ubifs_init(void);
-int ubifs_mount(char *vol_name);
-void ubifs_umount(struct ubifs_info *c);
-int ubifs_ls(char *dir_name);
-int ubifs_load(char *filename, u32 addr, u32 size);
-
int do_ubifs_mount(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
char *vol_name;
OpenPOWER on IntegriCloud