Pull asm-segment into release branch
authorTony Luck <tony.luck@intel.com>
Mon, 29 Aug 2005 21:14:40 +0000 (14:14 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 29 Aug 2005 21:14:40 +0000 (14:14 -0700)
1  2 
arch/ia64/pci/pci.c

diff --combined arch/ia64/pci/pci.c
@@@ -24,7 -24,6 +24,6 @@@
  
  #include <asm/machvec.h>
  #include <asm/page.h>
- #include <asm/segment.h>
  #include <asm/system.h>
  #include <asm/io.h>
  #include <asm/sal.h>
@@@ -380,7 -379,6 +379,7 @@@ void pcibios_bus_to_resource(struct pci
        res->start = region->start + offset;
        res->end = region->end + offset;
  }
 +EXPORT_SYMBOL(pcibios_bus_to_resource);
  
  static int __devinit is_valid_resource(struct pci_dev *dev, int idx)
  {