Skip to content

Commit

Permalink
Staging: bcm: Remove typedef for IPV6IcmpHeaderFormatTag.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent dbadab2 commit ceebf54
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/staging/bcm/IPv6ProtocolHdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceebf54

Please sign in to comment.