From 1674df60d17e0e72396c961d5390bb62b184ad95 Mon Sep 17 00:00:00 2001 From: "Karicheri, Muralidharan" Date: Mon, 20 Jan 2014 17:10:07 -0500 Subject: ubifs: fix checkpatch warning Fix the following checkpatch warning:- WARNING: externs should be avoided in .c files Signed-off-by: Murali Karicheri --- common/cmd_ubifs.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'common') diff --git a/common/cmd_ubifs.c b/common/cmd_ubifs.c index d9af023..fdc8bfe 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; -- cgit v1.1