From: Kevin McKinney Date: Tue, 11 Dec 2012 02:55:04 +0000 (-0500) Subject: Staging: bcm: Remove typedef for IPV6IcmpHeaderFormatTag. X-Git-Tag: v3.9-rc1~127^2~693 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ceebf54d2edd1706ad3493f705ac7526fbbe55b4;p=profile%2Fivi%2Fkernel-x86-ivi.git Staging: bcm: Remove typedef for IPV6IcmpHeaderFormatTag. This patch removes typedef for IPV6IcmpHeaderFormatTag because it is not being used. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/IPv6ProtocolHdr.h b/drivers/staging/bcm/IPv6ProtocolHdr.h index c319680..4ab3a6d 100644 --- a/drivers/staging/bcm/IPv6ProtocolHdr.h +++ b/drivers/staging/bcm/IPv6ProtocolHdr.h @@ -65,12 +65,6 @@ typedef struct IPV6AuthenticationHeaderFormatTag { unsigned long ulSecurityParametersIndex; } IPV6AuthenticationHeader; -typedef struct IPV6IcmpHeaderFormatTag { - unsigned char ucType; - unsigned char ucCode; - unsigned short usChecksum; -} IPV6IcmpHeader; - enum bcm_ipaddr_context { eSrcIpAddress, eDestIpAddress