diff options
-rw-r--r-- | drivers/video/tdfxfb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tdfxfb.c b/drivers/video/tdfxfb.c index ea9f19d25597..67664252868d 100644 --- a/drivers/video/tdfxfb.c +++ b/drivers/video/tdfxfb.c | |||
@@ -1426,6 +1426,8 @@ MODULE_LICENSE("GPL"); | |||
1426 | module_param(hwcursor, int, 0644); | 1426 | module_param(hwcursor, int, 0644); |
1427 | MODULE_PARM_DESC(hwcursor, "Enable hardware cursor " | 1427 | MODULE_PARM_DESC(hwcursor, "Enable hardware cursor " |
1428 | "(1=enable, 0=disable, default=1)"); | 1428 | "(1=enable, 0=disable, default=1)"); |
1429 | module_param(mode_option, charp, 0); | ||
1430 | MODULE_PARM_DESC(mode_option, "Initial video mode e.g. '648x480-8@60'"); | ||
1429 | #ifdef CONFIG_MTRR | 1431 | #ifdef CONFIG_MTRR |
1430 | module_param(nomtrr, bool, 0); | 1432 | module_param(nomtrr, bool, 0); |
1431 | MODULE_PARM_DESC(nomtrr, "Disable MTRR support (default: enabled)"); | 1433 | MODULE_PARM_DESC(nomtrr, "Disable MTRR support (default: enabled)"); |