[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210406085657.645848-1-wanjiabing@vivo.com>
Date: Tue, 6 Apr 2021 16:56:52 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: Mauro Carvalho Chehab <mchehab@...nel.org>,
Wan Jiabing <wanjiabing@...o.com>, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: kael_w@...h.net
Subject: [PATCH] cx231xx/cx231xx.h: Remove repeated struct declaration
struct cx231xx is declared at 146th line.
The declaration here is unnecessary. Remove it.
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
drivers/media/usb/cx231xx/cx231xx.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/media/usb/cx231xx/cx231xx.h b/drivers/media/usb/cx231xx/cx231xx.h
index b32eab641793..6929e4d97067 100644
--- a/drivers/media/usb/cx231xx/cx231xx.h
+++ b/drivers/media/usb/cx231xx/cx231xx.h
@@ -425,8 +425,6 @@ struct cx231xx_audio {
u16 end_point_addr;
};
-struct cx231xx;
-
/*****************************************************************/
/* set/get i2c */
/* 00--1Mb/s, 01-400kb/s, 10--100kb/s, 11--5Mb/s */
--
2.25.1
Powered by blists - more mailing lists