diff options
Diffstat (limited to 'drivers/media/video/tuner-xc2028.c')
-rw-r--r-- | drivers/media/video/tuner-xc2028.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index 5ed12e2272e9..ddd94f1d6a6f 100644 --- a/drivers/media/video/tuner-xc2028.c +++ b/drivers/media/video/tuner-xc2028.c | |||
@@ -1140,7 +1140,8 @@ static const struct dvb_tuner_ops xc2028_dvb_tuner_ops = { | |||
1140 | 1140 | ||
1141 | }; | 1141 | }; |
1142 | 1142 | ||
1143 | void *xc2028_attach(struct dvb_frontend *fe, struct xc2028_config *cfg) | 1143 | struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe, |
1144 | struct xc2028_config *cfg) | ||
1144 | { | 1145 | { |
1145 | struct xc2028_data *priv; | 1146 | struct xc2028_data *priv; |
1146 | void *video_dev; | 1147 | void *video_dev; |