commit | ff88a3b2f56ae4f3296ea957ea38f99f8bd0e5a8 | [log] [tgz] |
---|---|---|
author | Andrew Morton <[email protected]> | Mon Nov 28 13:43:47 2005 -0800 |
committer | Linus Torvalds <[email protected]> | Mon Nov 28 14:42:23 2005 -0800 |
tree | 1ffdfa0790c2dcba92a17851bbb6d58fe99f7757 | |
parent | a9d9baa1e819b2f92f9cfa5240f766c535e636a6 [diff] |
[PATCH] memory_sysdev_class is static So don't define it as extern in the header file. drivers/base/memory.c:28: error: static declaration of 'memory_sysdev_class' follows non-static declaration include/linux/memory.h:88: error: previous declaration of 'memory_sysdev_class' was here Cc: Greg KH <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>