V4L/DVB: videobuf: Remove videobuf_mapping start and end fields
The fields are assigned but never used, remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
7181772d89
commit
959794ddc0
@@ -54,8 +54,6 @@ struct videobuf_queue;
|
||||
|
||||
struct videobuf_mapping {
|
||||
unsigned int count;
|
||||
unsigned long start;
|
||||
unsigned long end;
|
||||
struct videobuf_queue *q;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user