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/mga_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/mga_drv.c') diff --git a/linux/mga_drv.c b/linux/mga_drv.c index 3e486d8f..75f14bee 100644 --- a/linux/mga_drv.c +++ b/linux/mga_drv.c @@ -138,7 +138,7 @@ module_exit(mga_cleanup); * drm_parse_drm. */ -static int __init mga_options(char *str, int *ints) +static int __init mga_options(char *str) { drm_parse_options(str); return 1; -- cgit v1.2.3