projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea3779
)
media: em28xx/em28xx.h: Remove duplicate struct declaration
author
Wan Jiabing
<wanjiabing@vivo.com>
Tue, 6 Apr 2021 08:57:37 +0000
(10:57 +0200)
committer
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Tue, 6 Apr 2021 14:11:54 +0000
(16:11 +0200)
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>
drivers/media/usb/em28xx/em28xx.h
patch
|
blob
|
history
diff --git
a/drivers/media/usb/em28xx/em28xx.h
b/drivers/media/usb/em28xx/em28xx.h
index
90dff69
..
ab167cd
100644
(file)
--- 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,