diff options
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r-- | linux-core/r128_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 1103832c..125de17d 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -134,7 +134,7 @@ module_exit(r128_cleanup); * routine, drm_parse_drm. */ -static int __init r128_options(char *str, int *ints) +static int __init r128_options(char *str) { drm_parse_options(str); return 1; |