]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m68knommu/kernel/comempci.c
m68knommu: remove the no longer used PCI support option
[linux-2.6-omap-h63xx.git] / arch / m68knommu / kernel / comempci.c
index 8670938f1107a5f9c6a03d2e9bce29ca2d53f19e..0a68b5a85f86837b54b912328944c079a4222a24 100644 (file)
@@ -9,7 +9,6 @@
 
 /*****************************************************************************/
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/pci.h>
@@ -357,7 +356,8 @@ void pcibios_fixup_bus(struct pci_bus *b)
 
 /*****************************************************************************/
 
-void pcibios_align_resource(void *data, struct resource *res, unsigned long size, unsigned long align)
+void pcibios_align_resource(void *data, struct resource *res,
+                               resource_size_t size, resource_size_t align)
 {
 }
 
@@ -373,15 +373,6 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
        return(0);
 }
 
-/*****************************************************************************/
-
-void pcibios_update_resource(struct pci_dev *dev, struct resource *root, struct resource *r, int resource)
-{
-       printk(KERN_WARNING "%s(%d): no support for changing PCI resources...\n",
-               __FILE__, __LINE__);
-}
-
-
 /*****************************************************************************/
 
 /*