[PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_class
authorAdrian Bunk <bunk@stusta.de>
Thu, 15 Dec 2005 20:34:29 +0000 (12:34 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 15 Dec 2005 22:22:45 +0000 (14:22 -0800)
commit2f40fb72a2121da44c35f2588ee9abce1dffa2a9
tree8455fb6940dfbca49519e0978fdccb67dd02a073
parent7767e126ca0f32cd0438455fdd9650f909d2eeb3
[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 <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/memory.c