diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-05 01:30:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:23 -0500 |
commit | 99ffab81071b7088ddebd4be9bbf1ad03c2a9e98 (patch) | |
tree | f441fef8f22b3f74c9803ae5dcf1d4c07649ffe3 /drivers/nubus/proc.c | |
parent | 96762379915f0c46bfac566038e66dee3dd0e7b5 (diff) |
nubus: kill drivers/nubus/nubus_syms.c
nubus: kill drivers/nubus/nubus_syms.c
EXPORT_SYMBOL's belong to the actual code.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/nubus/proc.c')
-rw-r--r-- | drivers/nubus/proc.c | 4 |
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 | } |
145 | EXPORT_SYMBOL(nubus_proc_attach_device); | ||
143 | 146 | ||
144 | /* FIXME: this is certainly broken! */ | 147 | /* FIXME: this is certainly broken! */ |
145 | int nubus_proc_detach_device(struct nubus_dev *dev) | 148 | int 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 | } |
160 | EXPORT_SYMBOL(nubus_proc_detach_device); | ||
157 | 161 | ||
158 | void __init proc_bus_nubus_add_devices(void) | 162 | void __init proc_bus_nubus_add_devices(void) |
159 | { | 163 | { |