[media] media: em28xx: Remove unused urb arrays from device struct
authorEzequiel García <elezegarcia@gmail.com>
Sat, 10 Mar 2012 14:34:27 +0000 (11:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 19 Mar 2012 18:45:49 +0000 (15:45 -0300)
commit2321acf2962514088c2230b6d54f7a56368576c5
treeff8681997b6f28b2fe471e262203f403f62a84f2
parent955b44304afca143b82304fe421e990ec607834a
[media] media: em28xx: Remove unused urb arrays from device struct

These arrays were embedded in the struct itself, but they weren't
used by anyone, since urbs are now dinamically allocated
at em28xx_usb_isoc_ctl struct.
Tested by compilation only.

Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx.h