kill off efi_dir in efi.h

From: Matt Tolentino
Date: Wed Jun 02 2004 - 12:53:57 EST


The /proc support for efi 'stuff' isn't used/needed anymore,
yet the efi_dir declaration remains. This removes it...

Please apply,

matt

diff -urN linux-2.6.7-rc2/include/linux/efi.h linux-2.6.7-rc2-m/include/linux/efi.h
--- linux-2.6.7-rc2/include/linux/efi.h 2004-05-29 23:26:43.000000000 -0700
+++ linux-2.6.7-rc2-m/include/linux/efi.h 2004-06-02 02:39:34.794675000 -0700
@@ -370,11 +370,4 @@
u16 length;
} __attribute ((packed));

-/*
- * efi_dir is allocated in arch/ia64/kernel/efi.c.
- */
-#ifdef CONFIG_PROC_FS
-extern struct proc_dir_entry *efi_dir;
-#endif
-
#endif /* _LINUX_EFI_H */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/