From: Holger Schurig Date: Fri, 25 May 2007 16:17:06 +0000 (-0400) Subject: [PATCH] libertas: indirect all hardware access via hw_XXXX functions X-Git-Tag: v2.6.22-rc5~44^2~2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208fdd2f447899164bd139452c291b155e53cee9;p=pandora-kernel.git [PATCH] libertas: indirect all hardware access via hw_XXXX functions This functions makes all libertas_sbi_XXX functions static to the if_usb.c file and renames them to if_usb_XXXX(). The get called from other places of the source code via priv->hw_XXXX(). Signed-off-by: Holger Schurig Signed-off-by: John W. Linville --- Reading git-diff-tree failed