rt2x00: Export rt2x00soc_probe from rt2x00soc
Export rt2x00soc_probe from rt2x00soc as it is used in rt2800pci. Otherwise loading rt2800pci gives "rt2800pci: Unknown symbol rt2x00soc_probe". Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
4fa0043731
commit
31f66be44a
@@ -112,6 +112,7 @@ exit_free_device:
|
|||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(rt2x00soc_probe);
|
||||||
|
|
||||||
int rt2x00soc_remove(struct platform_device *pdev)
|
int rt2x00soc_remove(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user