From dd83f39f034756e7eb8e002dbfb0047f88aa79e4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 14 Aug 2004 00:46:15 +0000 Subject: Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an upcoming commit for the SiS driver. --- shared/sis.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'shared/sis.h') diff --git a/shared/sis.h b/shared/sis.h index c6315d72..df25429d 100644 --- a/shared/sis.h +++ b/shared/sis.h @@ -65,9 +65,6 @@ #define DRIVER_AGP_BUFFERS_MAP( dev ) \ ((drm_sis_private_t *)((dev)->dev_private))->buffers -extern int sis_init_context(int context); -extern int sis_final_context(int context); - #define DRIVER_CTX_CTOR sis_init_context #define DRIVER_CTX_DTOR sis_final_context -- cgit v1.2.3