]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: dgap: remove unneccessary dgap_init_pci() function
authorDaeseok Youn <daeseok.youn@gmail.com>
Fri, 4 Jul 2014 10:29:11 +0000 (19:29 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 19:02:16 +0000 (12:02 -0700)
commit77343eb973804873345c1638b9e99141a5d98105
treef8b294870307ec9839dcc43f96def5ad669a3add
parent96045db8a42ac7f542cf445e36acc27746fbac28
staging: dgap: remove unneccessary dgap_init_pci() function

The dgap_init_pci() calls only pci_register_driver().
It doesn't need to make a function for that.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c