commit | 208fdd2f447899164bd139452c291b155e53cee9 | [log] [tgz] |
---|---|---|
author | Holger Schurig <hs4233@mail.mn-solutions.de> | Fri May 25 12:17:06 2007 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 11 14:28:39 2007 -0400 |
tree | c65f6dd5ad6846ea7179ece65594033a8dca9731 | |
parent | 0583e8ef149700ede2aa181509e217c39e565f28 [diff] |
[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 <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>