From: Johannes Berg Date: Wed, 22 Sep 2010 16:02:09 +0000 (+0200) Subject: iwlwifi: remove set_pwr_src operation X-Git-Tag: v2.6.37-rc1~147^2~78^2^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9597ebac91e5a88f558d236a51d776508d42a237;p=pandora-kernel.git iwlwifi: remove set_pwr_src operation The set_pwr_src operation is only ever used from within the same sub-driver that it is declared in, so it can just be called directly instead of being an operation. Also, it is never called to set the power source to V_aux, so change the two functions accordingly (but keep the V_aux code for documentation purposes in a comment). Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed