diff options
Diffstat (limited to 'drivers/media/video/saa7127.c')
-rw-r--r-- | drivers/media/video/saa7127.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index 798cfc7a7ef8..f127219a79d5 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c | |||
@@ -60,9 +60,7 @@ static int debug = 0; | |||
60 | static int test_image = 0; | 60 | static int test_image = 0; |
61 | 61 | ||
62 | MODULE_DESCRIPTION("Philips SAA7127/9 video encoder driver"); | 62 | MODULE_DESCRIPTION("Philips SAA7127/9 video encoder driver"); |
63 | MODULE_AUTHOR("Kevin Thayer <nufan_wfk@yahoo.com>"); | 63 | MODULE_AUTHOR("Kevin Thayer, Chris Kennedy, Hans Verkuil"); |
64 | MODULE_AUTHOR("Chris Kennedy <c@groovy.org>"); | ||
65 | MODULE_AUTHOR("Hans Verkuil <hverkuil@xs4all.nl>"); | ||
66 | MODULE_LICENSE("GPL"); | 64 | MODULE_LICENSE("GPL"); |
67 | module_param(debug, int, 0644); | 65 | module_param(debug, int, 0644); |
68 | module_param(test_image, int, 0644); | 66 | module_param(test_image, int, 0644); |