From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 19:38:42 +0000 (-0700) Subject: hdt: Make set_mode static X-Git-Tag: syslinux-3.74-pre12~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7800fc4f4952d2537faf3304b740bab071ad7d50;p=platform%2Fupstream%2Fsyslinux.git hdt: Make set_mode static Impact: None. set_mode is only used in hdt-cli.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer --- diff --git a/com32/hdt/hdt-cli.c b/com32/hdt/hdt-cli.c index 793fdb6..c09d80b 100644 --- a/com32/hdt/hdt-cli.c +++ b/com32/hdt/hdt-cli.c @@ -33,8 +33,8 @@ #include "hdt-cli.h" #include "hdt-common.h" -void set_mode(struct s_cli_mode *cli_mode, cli_mode_t mode, - struct s_hardware *hardware) +static void set_mode(struct s_cli_mode *cli_mode, cli_mode_t mode, + struct s_hardware *hardware) { switch (mode) { case EXIT_MODE: