]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
x86/platform/intel-mid: Constify mid_pci_platform_pm
authorLukas Wunner <lukas@wunner.de>
Mon, 12 Dec 2016 15:45:47 +0000 (09:45 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 12 Dec 2016 15:45:47 +0000 (09:45 -0600)
commitc931225480aeabc6f867f2c1dea3738b3e1622a4
tree19b39a0a3904dfff6a2f7a85301112b58eb3d25a
parent68db9bc814362e7f24371c27d12a4f34477d9356
x86/platform/intel-mid: Constify mid_pci_platform_pm

This struct never needs to be modified.  The size of pci-mid.o ELF
sections changes thusly:

  -.data          56
  +.data           0
  -.rodata        32
  +.rodata        88

Signed-off-by: Lukas Wunner <lukas@wunner.de>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-mid.c