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

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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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