[MIPS] die(): Properly declare as non-returning
[pandora-kernel.git] / include / linux / efi.h
index f8ebd7c..0b9579a 100644 (file)
@@ -213,7 +213,6 @@ typedef struct {
 } efi_config_table_t;
 
 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL)
-#define EFI_SYSTEM_TABLE_REVISION  ((1 << 16) | 00)
 
 typedef struct {
        efi_table_hdr_t hdr;