From: Ezequiel GarcĂ­a Date: Sat, 10 Mar 2012 14:34:27 +0000 (-0300) Subject: [media] media: em28xx: Remove unused urb arrays from device struct X-Git-Tag: v3.4-rc1~110^2^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2321acf2962514088c2230b6d54f7a56368576c5;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed