From: Pavel Roskin Date: Fri, 19 Feb 2010 01:28:41 +0000 (-0500) Subject: ath5k: move ath5k_hw_register_timeout() into reset.c X-Git-Tag: v2.6.35-rc1~473^2~714^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec182d976345b5eb671fe879ad73b90fe29a34e9;p=pandora-kernel.git ath5k: move ath5k_hw_register_timeout() into reset.c ath5k_hw_register_timeout() was duplicated between phy.c and reset.c. Since it is too big and too much used to be an inline function, move it away from the ath5k.h header into reset.c. Remove _ATH5K_RESET and _ATH5K_PHY defines. Signed-off-by: Pavel Roskin Signed-off-by: John W. Linville --- Reading git-diff-tree failed