]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/bcm/CmHost.c
beceem: make local functions static
[mv-sheeva.git] / drivers / staging / bcm / CmHost.c
index 1aa962fedb918c11628af2e2fb4047d292a173d7..553da135c8281a9f445e2b16828e3e42eb1bb1a8 100644 (file)
@@ -15,6 +15,7 @@ typedef enum _E_CLASSIFIER_ACTION
        eDeleteClassifier
 }E_CLASSIFIER_ACTION;
 
+static ULONG GetNextTargetBufferLocation(PMINI_ADAPTER Adapter,B_UINT16 tid);
 
 /************************************************************
 * Function       -     SearchSfid
@@ -108,7 +109,7 @@ static int SearchFreeClsid(PMINI_ADAPTER Adapter /**Adapter Context*/
        return MAX_CLASSIFIERS+1;
 }
 
-VOID deleteSFBySfid(PMINI_ADAPTER Adapter, UINT uiSearchRuleIndex)
+static VOID deleteSFBySfid(PMINI_ADAPTER Adapter, UINT uiSearchRuleIndex)
 {
        //deleting all the packet held in the SF
        flush_queue(Adapter,uiSearchRuleIndex);
@@ -1923,7 +1924,7 @@ ULONG SetUpTargetDsxBuffers(PMINI_ADAPTER Adapter)
        return 1;
 }
 
-ULONG GetNextTargetBufferLocation(PMINI_ADAPTER Adapter,B_UINT16 tid)
+static ULONG GetNextTargetBufferLocation(PMINI_ADAPTER Adapter,B_UINT16 tid)
 {
        ULONG  ulTargetDSXBufferAddress;
        ULONG  ulTargetDsxBufferIndexToUse,ulMaxTry;