From 742c33bf6197e6ed18c7de89c7d895fecafaa838 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Thu, 20 Jul 2000 00:59:40 +0000 Subject: Fix signature for *_options function --- linux/gamma_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/gamma_drv.c') diff --git a/linux/gamma_drv.c b/linux/gamma_drv.c index 0586b4cf..cfe20ad8 100644 --- a/linux/gamma_drv.c +++ b/linux/gamma_drv.c @@ -111,8 +111,8 @@ static drm_ioctl_desc_t gamma_ioctls[] = { #ifdef MODULE static char *gamma = NULL; -static int devices = 0; #endif +static int devices = 0; MODULE_AUTHOR("VA Linux Systems, Inc."); MODULE_DESCRIPTION("3dlabs GMX 2000"); @@ -131,7 +131,7 @@ module_exit(gamma_cleanup); */ -static int __init gamma_options(char *str, int *ints) +static int __init gamma_options(char *str) { drm_parse_options(str); return 1; -- cgit v1.2.3