aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nubus/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nubus/proc.c')
-rw-r--r--drivers/nubus/proc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/nubus/proc.c b/drivers/nubus/proc.c
index 5271a4a7af26..e07492be1f4a 100644
--- a/drivers/nubus/proc.c
+++ b/drivers/nubus/proc.c
@@ -22,6 +22,8 @@
22#include <linux/nubus.h> 22#include <linux/nubus.h>
23#include <linux/proc_fs.h> 23#include <linux/proc_fs.h>
24#include <linux/init.h> 24#include <linux/init.h>
25#include <linux/module.h>
26
25#include <asm/uaccess.h> 27#include <asm/uaccess.h>
26#include <asm/byteorder.h> 28#include <asm/byteorder.h>
27 29
@@ -140,6 +142,7 @@ int nubus_proc_attach_device(struct nubus_dev *dev)
140 142
141 return 0; 143 return 0;
142} 144}
145EXPORT_SYMBOL(nubus_proc_attach_device);
143 146
144/* FIXME: this is certainly broken! */ 147/* FIXME: this is certainly broken! */
145int nubus_proc_detach_device(struct nubus_dev *dev) 148int nubus_proc_detach_device(struct nubus_dev *dev)
@@ -154,6 +157,7 @@ int nubus_proc_detach_device(struct nubus_dev *dev)
154 } 157 }
155 return 0; 158 return 0;
156} 159}
160EXPORT_SYMBOL(nubus_proc_detach_device);
157 161
158void __init proc_bus_nubus_add_devices(void) 162void __init proc_bus_nubus_add_devices(void)
159{ 163{