Staging: media: go7007: use module_usb_driver()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2012 23:33:52 +0000 (16:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2012 23:33:52 +0000 (16:33 -0700)
commit8d0572504802742ae21f1aaa499478c4e23bd4ef
treeae1b4bb5218f26920eec8aec2db0be02cdc88035
parent4a6313644c3188f4aa1a6b4403896375baa2e09a
Staging: media: go7007: use module_usb_driver()

There is no need to initialize a static array to NULL at startup, so we
can use the module_usb_driver() call for the go7007 module.

Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/go7007/s2250-loader.c