diff options
Diffstat (limited to 'linux/gamma_drv.c')
-rw-r--r-- | linux/gamma_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |