This patch replaces "B_UINT16" with "u16" 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 0348ceb..1c8377a 100644
--- a/drivers/staging/bcm/HostMIBSInterface.h
+++ b/drivers/staging/bcm/HostMIBSInterface.h
@@ -67,7 +67,7 @@ typedef struct _S_MIBS_HOST_INFO {
 typedef struct _S_MIBS_CLASSIFIER_RULE {
        unsigned long   ulSFID;
        unsigned char   ucReserved[2];
-       B_UINT16 uiClassifierRuleIndex;
+       u16     uiClassifierRuleIndex;
        BOOLEAN bUsed;
        USHORT  usVCID_Value;
        B_UINT8 u8ClassifierRulePriority;
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to