diff options
Diffstat (limited to 'linux-core/i810_drv.c')
-rw-r--r-- | linux-core/i810_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index 0067785c..c01008ef 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -139,7 +139,7 @@ module_exit(i810_cleanup); * routine, drm_parse_drm. */ -static int __init i810_options(char *str, int *ints) +static int __init i810_options(char *str) { drm_parse_options(str); return 1; |