]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
commit0a76cd592c8c62bce4a76a08a6932c3c49962646
treef8d5246e72bab1d4b6889940b8db031f4a6757a1
parent1baaacd9d698d6a2c7644784e11db4b135609fdb
staging: brcm80211: remove 'used' keyword from function ai_ispcie()

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