OSDN Git Service

PCI: hisi: Constify dw_pcie_host_ops structure
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 9 Aug 2017 07:48:48 +0000 (13:18 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 19 Aug 2017 21:21:32 +0000 (16:21 -0500)
commit5a47516801893846b36cfc63600b4ccc1808f3ba
treefb348682f71e24d9abf9582706539fde94326cb6
parentb379d385bbaa88971587e309b9428315ebcfee46
PCI: hisi: 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>
drivers/pci/dwc/pcie-hisi.c