Lorenzo Pieralisi 7b309aef04 PCI: Remove __weak tag from pci_remap_iospace()
pci_remap_iospace() is marked as a weak symbol even though no architecture
is currently overriding it; given that its implementation internals have
already code paths that are arch specific (ie PCI_IOBASE and
ioremap_page_range() attributes) there is no need to leave the weak symbol
in the kernel since the same functionality can be achieved by customizing
per-arch the corresponding functionality.

Remove the __weak symbol from pci_remap_iospace().

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2017-04-19 13:57:13 -05:00
..
2017-03-03 16:44:21 -08:00
2017-02-23 11:53:22 -08:00
2015-08-13 15:59:59 -05:00
2017-03-02 08:56:04 -07:00
2016-12-12 11:25:04 -06:00
2017-02-23 11:53:22 -08:00
2016-12-15 12:46:48 -08:00
2014-06-10 20:20:19 -06:00
2017-02-23 11:53:22 -08:00
2016-11-29 18:05:09 -06:00
2017-01-14 11:37:18 +01:00
2016-06-20 13:24:20 -05:00