aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'stand/powerpc')
-rw-r--r--stand/powerpc/ofw/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stand/powerpc/ofw/conf.c b/stand/powerpc/ofw/conf.c
index ac815bf325cd..f26dd2c56c27 100644
--- a/stand/powerpc/ofw/conf.c
+++ b/stand/powerpc/ofw/conf.c
@@ -97,8 +97,8 @@ struct netif_driver *netif_drivers[] = {
* rather than reading the file go first.
*/
-struct file_format ofw_elf;
-struct file_format ofw_elf64;
+extern struct file_format ofw_elf;
+extern struct file_format ofw_elf64;
struct file_format *file_formats[] = {
&ofw_elf,