summaryrefslogtreecommitdiff
path: root/shared/sis.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-08-14 00:46:15 +0000
committerEric Anholt <anholt@freebsd.org>2004-08-14 00:46:15 +0000
commitdd83f39f034756e7eb8e002dbfb0047f88aa79e4 (patch)
treef6d41dd33f59906f87d9a8199b086286a3ac6416 /shared/sis.h
parent2376ec4ef8d280cf6fba44ba0163989eff739187 (diff)
Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an
upcoming commit for the SiS driver.
Diffstat (limited to 'shared/sis.h')
-rw-r--r--shared/sis.h3
1 files changed, 0 insertions, 3 deletions
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