summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/pci-sh.c
blob: 3613596f7246f489c3029b6e90f28f2d730b42f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/errno.h>

unsigned long resource_fixup(struct pci_dev * dev, struct resource * res,
			     unsigned long start, unsigned long size)
{
	return start;
}