diff options
-rw-r--r-- | drivers/staging/bcm/IPv6ProtocolHdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/IPv6ProtocolHdr.h b/drivers/staging/bcm/IPv6ProtocolHdr.h index e966f7efce2..a21804001de 100644 --- a/drivers/staging/bcm/IPv6ProtocolHdr.h +++ b/drivers/staging/bcm/IPv6ProtocolHdr.h @@ -79,7 +79,7 @@ typedef enum _E_IPADDR_CONTEXT { /* Function Prototypes */ unsigned short IpVersion6(struct bcm_mini_adapter *Adapter, /* < Pointer to the driver control structure */ - PVOID pcIpHeader, /* <Pointer to the IP Hdr of the packet */ + void *pcIpHeader, /* <Pointer to the IP Hdr of the packet */ struct bcm_classifier_rule *pstClassifierRule); VOID DumpIpv6Address(unsigned long *puIpv6Address); |