]> git.baikalelectronics.ru Git - kernel.git/commit
staging: brcm80211: remove static function prototypes from main.c
authorArend van Spriel <arend@broadcom.com>
Thu, 1 Sep 2011 09:17:00 +0000 (11:17 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Sep 2011 23:38:49 +0000 (16:38 -0700)
commit8e53f15384168b41a4010ab0cf5961f34ece74d7
treedac1bfaf864711f8a42f43d1980ec670f730abc4
parent093dc969694719c5460651fb770026a6e8d9dd2a
staging: brcm80211: remove static function prototypes from main.c

Function prototypes for static functions are not strictly needed and
considered unwanted by linux community. This patch reorders the
functions in brcmsmac/main.c and gets rid of the prototypes.

Reported-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/main.c