diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2007-07-22 03:38:24 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-24 16:24:33 -0400 |
commit | 86ac92ee694e3cd5991c076bab2f4c63526f38bc (patch) | |
tree | 8f0fdf055314833190b78a21ce16645c43598b72 /arch/sparc/prom | |
parent | 2240598c24683df1e1a6cdd1f461efd85547903c (diff) |
[SPARC32]: missing exports
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/prom')
-rw-r--r-- | arch/sparc/prom/printf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/prom/printf.c b/arch/sparc/prom/printf.c index 27fdac99f790..a36ab9c5ee08 100644 --- a/arch/sparc/prom/printf.c +++ b/arch/sparc/prom/printf.c | |||
@@ -13,6 +13,7 @@ | |||
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/module.h> | ||
16 | 17 | ||
17 | #include <asm/openprom.h> | 18 | #include <asm/openprom.h> |
18 | #include <asm/oplib.h> | 19 | #include <asm/oplib.h> |
@@ -44,3 +45,4 @@ prom_printf(char *fmt, ...) | |||
44 | 45 | ||
45 | prom_write(ppbuf, i); | 46 | prom_write(ppbuf, i); |
46 | } | 47 | } |
48 | EXPORT_SYMBOL(prom_printf); | ||