]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/include/asm/sections.h
sandbox: Rename sb_cmdline_option to sandbox_cmdline_option
[karo-tx-uboot.git] / arch / sandbox / include / asm / sections.h
index 4c378600b0f383382d86a4af5f4767e9393e5d0d..fbc1bd11a34162d58fd82b5cdab6ff791dabfea3 100644 (file)
@@ -11,9 +11,9 @@
 
 #include <asm-generic/sections.h>
 
-struct sb_cmdline_option;
+struct sandbox_cmdline_option;
 
-extern struct sb_cmdline_option *__u_boot_sandbox_option_start[],
+extern struct sandbox_cmdline_option *__u_boot_sandbox_option_start[],
        *__u_boot_sandbox_option_end[];
 
 static inline size_t __u_boot_sandbox_option_count(void)