|
@@ -10,8 +10,8 @@
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
#include <asm/io.h>
|
|
#include <asm/io.h>
|
|
|
|
|
|
-static void __iomem *ioport_map_pci(struct pci_dev *dev,
|
|
|
|
- unsigned long port, unsigned int nr)
|
|
|
|
|
|
+void __iomem *__pci_ioport_map(struct pci_dev *dev,
|
|
|
|
+ unsigned long port, unsigned int nr)
|
|
{
|
|
{
|
|
struct pci_controller *ctrl = dev->bus->sysdata;
|
|
struct pci_controller *ctrl = dev->bus->sysdata;
|
|
unsigned long base = ctrl->io_map_base;
|
|
unsigned long base = ctrl->io_map_base;
|