summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/mach-sandbox/include/mach/hostfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/mach-sandbox/include/mach/hostfile.h')
-rw-r--r--arch/sandbox/mach-sandbox/include/mach/hostfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/mach-sandbox/include/mach/hostfile.h b/arch/sandbox/mach-sandbox/include/mach/hostfile.h
index 30f9499c03..f7aca7c0c9 100644
--- a/arch/sandbox/mach-sandbox/include/mach/hostfile.h
+++ b/arch/sandbox/mach-sandbox/include/mach/hostfile.h
@@ -9,7 +9,7 @@ struct hf_platform_data {
char *name;
};
-int u_boot_register_filedev(struct hf_platform_data *hf);
+int barebox_register_filedev(struct hf_platform_data *hf);
#endif /* __ASM_ARCH_HOSTFILE_H */