Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / frv / mb93090-mb00 / pci-frv.c
index 4f165c9..0a26bf6 100644 (file)
@@ -64,10 +64,10 @@ pcibios_update_resource(struct pci_dev *dev, struct resource *root,
  */
 void
 pcibios_align_resource(void *data, struct resource *res,
-                      resource_size_t size, resource_size_t align)
+                      unsigned long size, unsigned long align)
 {
        if (res->flags & IORESOURCE_IO) {
-               resource_size_t start = res->start;
+               unsigned long start = res->start;
 
                if (start & 0x300) {
                        start = (start + 0x3ff) & ~0x3ff;