diff options
author | Rik Faith <faith@alephnull.com> | 2000-07-20 00:59:40 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-07-20 00:59:40 +0000 |
commit | 742c33bf6197e6ed18c7de89c7d895fecafaa838 (patch) | |
tree | e845c1c3deab53d4cee6d52c1c344c1f20a991b9 /linux/mga_drv.c | |
parent | c459c9ead3476a8edc1cd453fafa2b1c83c20e60 (diff) |
Fix signature for *_options function
Diffstat (limited to 'linux/mga_drv.c')
-rw-r--r-- | linux/mga_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |