summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/compat_ioctl.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-11-05 18:40:56 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-23 20:14:45 +0000
commitf050a8abbda0efcd597c6b1825e3b9ce4d613383 (patch)
tree61421f0a7355f12babff81fb25c68470f4980f82 /drivers/char/agp/compat_ioctl.h
parent4af72e2865a23ac090884a421bd1a8b19e247a22 (diff)
downloadop-kernel-dev-f050a8abbda0efcd597c6b1825e3b9ce4d613383.zip
op-kernel-dev-f050a8abbda0efcd597c6b1825e3b9ce4d613383.tar.gz
agp: kill agp_flush_chipset and corresponding ioctl
The intel drm calls the chipset functions now directly. Userspace never called the corresponding ioctl, hence it can be killed, too. Cc: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/char/agp/compat_ioctl.h')
-rw-r--r--drivers/char/agp/compat_ioctl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/agp/compat_ioctl.h b/drivers/char/agp/compat_ioctl.h
index 0c9678a..f30e0fd 100644
--- a/drivers/char/agp/compat_ioctl.h
+++ b/drivers/char/agp/compat_ioctl.h
@@ -102,6 +102,5 @@ void agp_free_memory_wrap(struct agp_memory *memory);
struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type);
struct agp_memory *agp_find_mem_by_key(int key);
struct agp_client *agp_find_client_by_pid(pid_t id);
-int agpioc_chipset_flush_wrap(struct agp_file_private *priv);
#endif /* _AGP_COMPAT_H */
OpenPOWER on IntegriCloud