diff options
| author | Adrian Bunk <[email protected]> | 2005-12-15 20:34:29 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2005-12-15 22:22:45 +0000 |
| commit | 2f40fb72a2121da44c35f2588ee9abce1dffa2a9 (patch) | |
| tree | 8455fb6940dfbca49519e0978fdccb67dd02a073 /drivers/base/memory.c | |
| parent | [PATCH] IPMI oops fix (diff) | |
| download | kernel-2f40fb72a2121da44c35f2588ee9abce1dffa2a9.tar.gz kernel-2f40fb72a2121da44c35f2588ee9abce1dffa2a9.zip | |
[PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_class
We can't export a static struct to modules.
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/base/memory.c')
| -rw-r--r-- | drivers/base/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/base/memory.c b/drivers/base/memory.c index b7ddd651d664..bc3ca6a656b2 100644 --- a/drivers/base/memory.c +++ b/drivers/base/memory.c @@ -28,7 +28,6 @@ static struct sysdev_class memory_sysdev_class = { set_kset_name(MEMORY_CLASS_NAME), }; -EXPORT_SYMBOL(memory_sysdev_class); static char *memory_hotplug_name(struct kset *kset, struct kobject *kobj) { |
