This patch replaces "LONG" with "long" in HostMIBSInterface.h.
Signed-off-by: Kevin McKinney <[email protected]> --- drivers/staging/bcm/HostMIBSInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/HostMIBSInterface.h b/drivers/staging/bcm/HostMIBSInterface.h index 1d291f0..d670acf 100644 --- a/drivers/staging/bcm/HostMIBSInterface.h +++ b/drivers/staging/bcm/HostMIBSInterface.h @@ -108,7 +108,7 @@ typedef struct _S_MIBS_PHS_RULE { B_UINT8 u8PHSS; B_UINT8 u8PHSV; B_UINT8 reserved[5]; - LONG PHSModifiedBytes; + long PHSModifiedBytes; unsigned long PHSModifiedNumPackets; unsigned long PHSErrorNumPackets; } S_MIBS_PHS_RULE; -- 1.7.9.5 _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
