V4L/DVB (6773): pvrusb2: rework device descriptor layout
authorMike Isely <isely@pobox.com>
Sat, 8 Dec 2007 20:20:06 +0000 (17:20 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:03:26 +0000 (19:03 -0200)
commitd130fa8a05ee5f39c786df02dd75d1eebb12633b
tree230e68d3262f157690f04f79556ce0fb26301437
parent066bba2d1ccdac2005a64f4c87f8b542744ed94c
V4L/DVB (6773): pvrusb2: rework device descriptor layout

The pvrusb2 driver tries to keep all device specific attributes in a
single data structure in one source file.  This change further cleans
up how that table is set up.  We now try to group everything together
for each specific device, and the number of symbols exported from this
module has now been reduced to a single global.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-devattr.c
drivers/media/video/pvrusb2/pvrusb2-devattr.h
drivers/media/video/pvrusb2/pvrusb2-hdw.c