Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wan Jiabing and committed by
Mauro Carvalho Chehab
34ad0137 dea37798

-2
-2
drivers/media/usb/em28xx/em28xx.h
··· 628 628 atomic_t stream_started; /* stream should be running if true */ 629 629 }; 630 630 631 - struct em28xx; 632 - 633 631 enum em28xx_i2c_algo_type { 634 632 EM28XX_I2C_ALGO_EM28XX = 0, 635 633 EM28XX_I2C_ALGO_EM2800,