From: Arend van Spriel Date: Fri, 25 Feb 2011 15:39:13 +0000 (+0100) Subject: staging: brcm80211: cleanup function prototypes in header files X-Git-Tag: v2.6.39-rc1~469^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b54dca17ef40116491b0ca27ca35fbe9daedc6;p=pandora-kernel.git staging: brcm80211: cleanup function prototypes in header files Several header files were specifying function prototypes although no other module was relying on them. They have been moved to the related source file and made static or removed if the functions were non-existent in the driver. Reviewed-by: Roland Vossen Reviewed-by: Brett Rudley Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed