mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 06:30:20 -04:00
Staging: bcm: Remove typedef for IPV6IcmpHeaderFormatTag.
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
dbadab2684
commit
ceebf54d2e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user