Commit ceebf54d authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

Staging: bcm: Remove typedef for IPV6IcmpHeaderFormatTag.

This patch removes typedef for IPV6IcmpHeaderFormatTag
because it is not being used.
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dbadab26
...@@ -65,12 +65,6 @@ typedef struct IPV6AuthenticationHeaderFormatTag { ...@@ -65,12 +65,6 @@ typedef struct IPV6AuthenticationHeaderFormatTag {
unsigned long ulSecurityParametersIndex; unsigned long ulSecurityParametersIndex;
} IPV6AuthenticationHeader; } IPV6AuthenticationHeader;
typedef struct IPV6IcmpHeaderFormatTag {
unsigned char ucType;
unsigned char ucCode;
unsigned short usChecksum;
} IPV6IcmpHeader;
enum bcm_ipaddr_context { enum bcm_ipaddr_context {
eSrcIpAddress, eSrcIpAddress,
eDestIpAddress eDestIpAddress
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment