Commit 0008555f4d57c15ad86ee735861ca0d783042f61

Authored by Mike Frysinger
Committed by Wolfgang Denk
1 parent a8fa379d47

bootm: mark local boot_os[] table static

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -129,7 +129,7 @@
129 129 static boot_os_fn do_bootm_integrity;
130 130 #endif
131 131  
132   -boot_os_fn * boot_os[] = {
  132 +static boot_os_fn *boot_os[] = {
133 133 #ifdef CONFIG_BOOTM_LINUX
134 134 [IH_OS_LINUX] = do_bootm_linux,
135 135 #endif