]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: amplc_pc263: Remove forward function declarations
authorIan Abbott <abbotti@mev.co.uk>
Wed, 30 May 2012 18:04:40 +0000 (19:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:48:07 +0000 (20:48 -0700)
commitcb51eb2549de292dde30f8cbc90d9feb74682796
tree4d2416e4a423c4ae06170b885de51f2aed4303d4
parent199b5470dc4793da69eb56ebc1a059a7aafd6857
staging: comedi: amplc_pc263: Remove forward function declarations

Moved some functions and variables to avoid forward declarations.  Moved
PCI table closer to the struct pci_driver that refers to it.

Also removed some useless comments from pc263_attach().

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pc263.c