mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-18 12:45:08 +00:00
Merge branch 'pci/host-kirin' into next
* pci/host-kirin: PCI: kirin: Constify dw_pcie_host_ops structure
This commit is contained in:
commit
0964c40f3a
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ static struct dw_pcie_ops kirin_dw_pcie_ops = {
|
||||||
.link_up = kirin_pcie_link_up,
|
.link_up = kirin_pcie_link_up,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct dw_pcie_host_ops kirin_pcie_host_ops = {
|
static const struct dw_pcie_host_ops kirin_pcie_host_ops = {
|
||||||
.rd_own_conf = kirin_pcie_rd_own_conf,
|
.rd_own_conf = kirin_pcie_rd_own_conf,
|
||||||
.wr_own_conf = kirin_pcie_wr_own_conf,
|
.wr_own_conf = kirin_pcie_wr_own_conf,
|
||||||
.host_init = kirin_pcie_host_init,
|
.host_init = kirin_pcie_host_init,
|
||||||
|
|
Loading…
Add table
Reference in a new issue