]> git.baikalelectronics.ru Git - kernel.git/commit
rt2x00: fix rt2800pci compilation with SoC
authorHelmut Schaa <helmut.schaa@googlemail.com>
Tue, 2 Mar 2010 15:34:49 +0000 (16:34 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 2 Mar 2010 19:31:37 +0000 (14:31 -0500)
commit80b195fa33424ba1eed613725151b1b8505072e8
treedf6e84d20f9ad5aa2b95a820f6ab2beee78a8565
parent4cad4fda82e12a925e0976f9f4fdd8be15b57cf1
rt2x00: fix rt2800pci compilation with SoC

Compiling rt2800pci with CONFIG_RT2800PCI_SOC fails with "... rt2880pci.c:
error: incompatible type for argument 2 of 'rt2x00soc_probe'".

Fix this by using &rt2800pci_ops instead of rt2800pci_ops.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800pci.c