mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08: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
@ -443,7 +443,7 @@ static struct dw_pcie_ops kirin_dw_pcie_ops = {
|
||||
.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,
|
||||
.wr_own_conf = kirin_pcie_wr_own_conf,
|
||||
.host_init = kirin_pcie_host_init,
|
||||
|
Loading…
Reference in New Issue
Block a user