summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-04-06 10:57:37 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-04-06 16:11:54 +0200
commit34ad0137e3e7411faec75a87e7cc413f61104fc1 (patch)
tree41a4b0e224fc5d1ff5875f86a6f365facaa66e30 /drivers/media/usb/em28xx
parentdea377984f73a9f51d3e9c898ea15aa3acde282d (diff)
media: em28xx/em28xx.h: Remove duplicate struct declaration
struct em28xx is declared at 219th line. The declaration here is unnecessary. Remove it. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb/em28xx')
-rw-r--r--drivers/media/usb/em28xx/em28xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h
index 90dff693d7c5..ab167cd1f400 100644
--- a/drivers/media/usb/em28xx/em28xx.h
+++ b/drivers/media/usb/em28xx/em28xx.h
@@ -628,8 +628,6 @@ struct em28xx_audio {
atomic_t stream_started; /* stream should be running if true */
};
-struct em28xx;
-
enum em28xx_i2c_algo_type {
EM28XX_I2C_ALGO_EM28XX = 0,
EM28XX_I2C_ALGO_EM2800,