diff options
author | Mike Isely <isely@pobox.com> | 2006-12-27 23:40:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 13:34:34 -0200 |
commit | 7a4a3770dd37a7c87a2a8a7b8e7387527cdb34e7 (patch) | |
tree | 50d604593d5e5661da8d243dbc8828549de93077 /drivers/media/video/pvrusb2 | |
parent | 139eecf94cf5ab1f9749874cd362db5bff7dc09c (diff) |
V4L/DVB (5054): Pvrusb2: cosmetic comment tweak
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c b/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c index a6a9e414231..51da8945efe 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c +++ b/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c @@ -24,7 +24,7 @@ #include "pvrusb2-hdw-internal.h" #include "pvrusb2-debug.h" #include <linux/videodev2.h> -#include <media/v4l2-common.h> /* AUDC_SET_RADIO */ +#include <media/v4l2-common.h> static void set_standard(struct pvr2_hdw *hdw) { |