commit | c931225480aeabc6f867f2c1dea3738b3e1622a4 | [log] [tgz] |
---|---|---|
author | Lukas Wunner <lukas@wunner.de> | Mon Dec 12 09:45:47 2016 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 12 09:45:47 2016 -0600 |
tree | 19b39a0a3904dfff6a2f7a85301112b58eb3d25a | |
parent | 68db9bc814362e7f24371c27d12a4f34477d9356 [diff] |
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>