From 86b1d02945943de2b1d0e557befd312185717f48 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 30 Jun 2011 12:11:58 -0700 Subject: [PATCH] remove obsolete lines --- arch/x86/include/asm/icc.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/x86/include/asm/icc.h b/arch/x86/include/asm/icc.h index e2197326..cb806761 100644 --- a/arch/x86/include/asm/icc.h +++ b/arch/x86/include/asm/icc.h @@ -39,12 +39,6 @@ typedef struct { extern bootinfo_t* bootinfo; -typedef struct { - uint8_t type; - uint8_t tag; - uint32_t length; -} icc_header_t; - /* #define ICC_TYPE_IP (1 << 0) #define ICC_TYPE_SVM (1 << 1)