From: Gabor Juhos Date: Thu, 17 Oct 2013 07:42:33 +0000 (+0200) Subject: rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devices X-Git-Tag: v3.13-rc1~105^2~55^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b0ee990f402b357422cc7c5cc12915490610e3e;p=pandora-kernel.git rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devices The 'rt2800pci_hwcrypt_disabled' function is the only PCI specific callback which is used by the SoC driver. Create a clone of that to get rid of the dependency. Even though the two functions are using the same variable, but the SoC specific code will be moved into a separate module which will have its own 'modparam_nohwcrypt' variable. Signed-off-by: Gabor Juhos Signed-off-by: John W. Linville --- Reading git-diff-tree failed