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-core/tdfx_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/tdfx_drv.c') diff --git a/linux-core/tdfx_drv.c b/linux-core/tdfx_drv.c index f102757b..b8e2ec30 100644 --- a/linux-core/tdfx_drv.c +++ b/linux-core/tdfx_drv.c @@ -122,7 +122,7 @@ module_exit(tdfx_cleanup); * routine, drm_parse_drm. */ -static int __init tdfx_options(char *str, int *ints) +static int __init tdfx_options(char *str) { drm_parse_options(str); return 1; -- cgit v1.2.3