Staging: bcm: Remove typedef for IPV6IcmpHeaderFormatTag.
authorKevin McKinney <klmckinney1@gmail.com>
Tue, 11 Dec 2012 02:55:04 +0000 (21:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 18:49:01 +0000 (10:49 -0800)
This patch removes typedef for IPV6IcmpHeaderFormatTag
because it is not being used.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/IPv6ProtocolHdr.h

index c319680..4ab3a6d 100644 (file)
@@ -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