diff options
author | Dave Airlie <airlied@linux.ie> | 2005-11-11 07:45:46 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-11-11 07:45:46 +0000 |
commit | 9a91674d453fab1fbddc6225f5aa4f7ff7484f91 (patch) | |
tree | e562e23c80e80bbac9b1010c9a7089526512f564 /linux-core/r128_drv.c | |
parent | b84daa8f326c1120728bb912cdf6a80524b0a8fa (diff) |
cleanup ioctl/max_ioctl to use header file for extern symbols
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r-- | linux-core/r128_drv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index a7223280..edc04b03 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -41,9 +41,6 @@ static struct pci_device_id pciidlist[] = { r128_PCI_IDS }; -extern drm_ioctl_desc_t r128_ioctls[]; -extern int r128_max_ioctl; - static int probe(struct pci_dev *pdev, const struct pci_device_id *ent); static struct drm_driver driver = { .driver_features = |