From: Adrian Bunk Signed-off-by: Adrian Bunk Cc: David Woodhouse Signed-off-by: Andrew Morton --- drivers/mtd/cmdlinepart.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mtd/cmdlinepart.c~make-drivers-mtd-cmdlinepartcmtdpart_setup-static drivers/mtd/cmdlinepart.c --- a/drivers/mtd/cmdlinepart.c~make-drivers-mtd-cmdlinepartcmtdpart_setup-static +++ a/drivers/mtd/cmdlinepart.c @@ -345,7 +345,7 @@ static int parse_cmdline_partitions(stru * * This function needs to be visible for bootloaders. */ -int mtdpart_setup(char *s) +static int mtdpart_setup(char *s) { cmdline = s; return 1; _