commit | ba7914cd133cff9ac73e3434ba6980f2ac97a362 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Wed May 30 19:04:40 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 04 20:48:07 2012 -0700 |
tree | 4d2416e4a423c4ae06170b885de51f2aed4303d4 | |
parent | 40372f5f66c4d123b8bd17b785fadecd19eb2bd1 [diff] |
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>