This patch replaces "B_UINT16" with "u16"
in Adapter.h

Signed-off-by: Kevin McKinney <[email protected]>
---
 drivers/staging/bcm/Adapter.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index a5dab86..01788d3 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -62,7 +62,7 @@ struct bcm_hdr_suppression_contextinfo {
 struct bcm_classifier_rule {
        unsigned long ulSFID;
        u8      ucReserved[2];
-       B_UINT16        uiClassifierRuleIndex;
+       u16     uiClassifierRuleIndex;
        bool            bUsed;
        unsigned short  usVCID_Value;
        B_UINT8         u8ClassifierRulePriority; /* This field detemines the 
Classifier Priority */
@@ -204,7 +204,7 @@ struct bcm_tarang_data {
 
 struct bcm_targetdsx_buffer {
        unsigned long   ulTargetDsxBuffer;
-       B_UINT16        tid;
+       u16     tid;
        bool            valid;
 };
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to