staging: comedi: amplc_pc263: Remove forward function declarations
commitba7914cd133cff9ac73e3434ba6980f2ac97a362
authorIan Abbott <abbotti@mev.co.uk>
Wed, 30 May 2012 18:04:40 +0000 (30 19:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:48:07 +0000 (4 20:48 -0700)
tree4d2416e4a423c4ae06170b885de51f2aed4303d4
parent40372f5f66c4d123b8bd17b785fadecd19eb2bd1
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