intel-gem: Remove recently added pci_read_base prototype.

This is in pci.h in the fixed patch to the kernel.
This commit is contained in:
Eric Anholt 2008-07-21 14:21:16 -07:00
parent 67d1521566
commit e31d27857f

View file

@ -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.