Merge branch 'pci/host/tegra'
- Add missing MODULE_DEVICE_TABLE for driver loading (Zou Wei) * pci/host/tegra: PCI: tegra: Add missing MODULE_DEVICE_TABLE
This commit is contained in:
@@ -2539,6 +2539,7 @@ static const struct of_device_id tegra_pcie_of_match[] = {
|
|||||||
{ .compatible = "nvidia,tegra20-pcie", .data = &tegra20_pcie },
|
{ .compatible = "nvidia,tegra20-pcie", .data = &tegra20_pcie },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, tegra_pcie_of_match);
|
||||||
|
|
||||||
static void *tegra_pcie_ports_seq_start(struct seq_file *s, loff_t *pos)
|
static void *tegra_pcie_ports_seq_start(struct seq_file *s, loff_t *pos)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user