|
@@ -873,6 +873,10 @@ static const struct of_device_id tegra_xusb_padctl_of_match[] = {
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(of, tegra_xusb_padctl_of_match);
|
|
MODULE_DEVICE_TABLE(of, tegra_xusb_padctl_of_match);
|
|
|
|
|
|
|
|
+/* predeclare these in order to silence sparse */
|
|
|
|
+int tegra_xusb_padctl_legacy_probe(struct platform_device *pdev);
|
|
|
|
+int tegra_xusb_padctl_legacy_remove(struct platform_device *pdev);
|
|
|
|
+
|
|
int tegra_xusb_padctl_legacy_probe(struct platform_device *pdev)
|
|
int tegra_xusb_padctl_legacy_probe(struct platform_device *pdev)
|
|
{
|
|
{
|
|
struct tegra_xusb_padctl *padctl;
|
|
struct tegra_xusb_padctl *padctl;
|