From e31d27857ffc1b01ca49e70b5ba6f7425414d7c8 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 21 Jul 2008 14:21:16 -0700 Subject: intel-gem: Remove recently added pci_read_base prototype. This is in pci.h in the fixed patch to the kernel. --- linux-core/i915_gem_tiling.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'linux-core') diff --git a/linux-core/i915_gem_tiling.c b/linux-core/i915_gem_tiling.c index c8177a7e..2841ff1f 100644 --- a/linux-core/i915_gem_tiling.c +++ b/linux-core/i915_gem_tiling.c @@ -30,9 +30,6 @@ #include "i915_drm.h" #include "i915_drv.h" -extern int pci_read_base(struct pci_dev *dev, unsigned int reg, - struct resource *res); - /** @file i915_gem_tiling.c * * Support for managing tiling state of buffer objects. -- cgit v1.2.3