From: Hans Verkuil <hans.verkuil@cisco.com>
Date: Fri, 12 Dec 2014 13:27:55 +0000 (-0300)
Subject: [media] cx231xx: remove btcx_riscmem reference
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1e4518086ae863814a3481a180264a1ac89a730b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

[media] cx231xx: remove btcx_riscmem reference

Remove this comment block, it's unused. This removes the btcx_riscmem
reference as well, since that will no longer be available to other
drivers except bttv.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
---

diff --git a/drivers/media/usb/cx231xx/cx231xx.h b/drivers/media/usb/cx231xx/cx231xx.h
index f9e262eb0db9..6d6f3ee812f6 100644
--- a/drivers/media/usb/cx231xx/cx231xx.h
+++ b/drivers/media/usb/cx231xx/cx231xx.h
@@ -532,15 +532,7 @@ struct cx231xx_video_mode {
 	unsigned int *alt_max_pkt_size;	/* array of wMaxPacketSize */
 	u16 end_point_addr;
 };
-/*
-struct cx23885_dmaqueue {
-	struct list_head       active;
-	struct list_head       queued;
-	struct timer_list      timeout;
-	struct btcx_riscmem    stopper;
-	u32                    count;
-};
-*/
+
 struct cx231xx_tsport {
 	struct cx231xx *dev;