]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: brcm80211: remove 'used' keyword from function ai_ispcie()
authorArend van Spriel <arend@broadcom.com>
Thu, 9 Jun 2011 14:44:45 +0000 (16:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2011 20:02:38 +0000 (13:02 -0700)
The function ai_ispcie() is a static function that is currently being
called from the c sources in the driver. Side-effect of the keyword
is that warning will suppressed when this function is no longer used.
As there is no assembly code using this function, the keyword is removed.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Franky Lin <frankyl@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/aiutils.c

index 4b908f7851787c37e7f8b85e1c4427ef32eb339c..7907b15ee437b307e3463a2fa67df41a70951a78 100644 (file)
@@ -2028,7 +2028,7 @@ static char *ai_devpathvar(struct si_pub *sih, char *var, int len,
 }
 
 /* return true if PCIE capability exists in the pci config space */
-static __used bool ai_ispcie(si_info_t *sii)
+static bool ai_ispcie(si_info_t *sii)
 {
        u8 cap_ptr;