]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/ksysfs.c
h63xx: tsc2101 alsa sound support
[linux-2.6-omap-h63xx.git] / kernel / ksysfs.c
index 99af8b05eeaa754de098195a7299bff216040180..d5eeae0fa5bc5c6de327a7c0f583c4fdaca16b50 100644 (file)
@@ -51,16 +51,6 @@ static ssize_t uevent_helper_store(struct subsystem *subsys, const char *page, s
 KERNEL_ATTR_RW(uevent_helper);
 #endif
 
-#ifdef CONFIG_KEXEC
-#include <asm/kexec.h>
-
-static ssize_t crash_notes_show(struct subsystem *subsys, char *page)
-{
-       return sprintf(page, "%p\n", (void *)crash_notes);
-}
-KERNEL_ATTR_RO(crash_notes);
-#endif
-
 decl_subsys(kernel, NULL, NULL);
 EXPORT_SYMBOL_GPL(kernel_subsys);
 
@@ -68,9 +58,6 @@ static struct attribute * kernel_attrs[] = {
 #ifdef CONFIG_HOTPLUG
        &uevent_seqnum_attr.attr,
        &uevent_helper_attr.attr,
-#endif
-#ifdef CONFIG_KEXEC
-       &crash_notes_attr.attr,
 #endif
        NULL
 };