commit | db2af315212181c8815bed2454e16093a6128e89 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 09 13:18:48 2017 +0530 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sat Aug 19 16:23:24 2017 -0500 |
tree | 70581054f1b2d1b2b9f776be29a3c80ab9f23543 | |
parent | 16f73eb02d7e1765ccab3d2018e0bd98eb93d973 [diff] |
PCI: kirin: Constify dw_pcie_host_ops structure Make this structure const as it is only stored in the ops field of a pcie_port structure, which is of type const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>