From: Arend van Spriel Date: Thu, 9 Jun 2011 14:44:45 +0000 (+0200) Subject: staging: brcm80211: remove 'used' keyword from function ai_ispcie() X-Git-Tag: v3.1-rc1~232^2~563 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a76cd592c8c62bce4a76a08a6932c3c49962646;p=pandora-kernel.git 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 Reviewed-by: Franky Lin Reviewed-by: Roland Vossen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed