diff options
Diffstat (limited to 'arch/sparc/prom/misc_32.c')
| -rw-r--r-- | arch/sparc/prom/misc_32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/prom/misc_32.c b/arch/sparc/prom/misc_32.c index cf6c3f6d36c3..4d61c540bb3d 100644 --- a/arch/sparc/prom/misc_32.c +++ b/arch/sparc/prom/misc_32.c | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | #include <linux/types.h> | 8 | #include <linux/types.h> |
| 9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
| 10 | #include <linux/sched.h> | 10 | #include <linux/sched.h> |
| 11 | #include <linux/module.h> | ||
| 12 | |||
| 11 | #include <asm/openprom.h> | 13 | #include <asm/openprom.h> |
| 12 | #include <asm/oplib.h> | 14 | #include <asm/oplib.h> |
| 13 | #include <asm/auxio.h> | 15 | #include <asm/auxio.h> |
| @@ -44,6 +46,7 @@ prom_feval(char *fstring) | |||
| 44 | restore_current(); | 46 | restore_current(); |
| 45 | spin_unlock_irqrestore(&prom_lock, flags); | 47 | spin_unlock_irqrestore(&prom_lock, flags); |
| 46 | } | 48 | } |
| 49 | EXPORT_SYMBOL(prom_feval); | ||
| 47 | 50 | ||
| 48 | /* Drop into the prom, with the chance to continue with the 'go' | 51 | /* Drop into the prom, with the chance to continue with the 'go' |
| 49 | * prom command. | 52 | * prom command. |
