diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c b/drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c index 8f32c2edb49a..7e0628b988cc 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c +++ b/drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include "pvrusb2-cx2584x-v4l.h" | 29 | #include "pvrusb2-cx2584x-v4l.h" |
30 | #include "pvrusb2-wm8775.h" | 30 | #include "pvrusb2-wm8775.h" |
31 | 31 | ||
32 | |||
32 | #define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__) | 33 | #define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__) |
33 | 34 | ||
34 | #define OP_INIT 0 /* MUST come first so it is run first */ | 35 | #define OP_INIT 0 /* MUST come first so it is run first */ |
@@ -105,6 +106,7 @@ const struct pvr2_i2c_op *pvr2_i2c_get_op(unsigned int idx) | |||
105 | } | 106 | } |
106 | 107 | ||
107 | 108 | ||
109 | |||
108 | /* | 110 | /* |
109 | Stuff for Emacs to see, in order to encourage consistent editing style: | 111 | Stuff for Emacs to see, in order to encourage consistent editing style: |
110 | *** Local Variables: *** | 112 | *** Local Variables: *** |