commit | 7de0b0dfac19ec128283884b1faa45d69097faa1 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Thu Mar 13 14:16:10 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 17 14:19:48 2014 -0700 |
tree | 816764b6619727560bff5080eba361959bea35aa | |
parent | 4ddc6ba41d4609c568d48e23c78907f9fec2134b [diff] |
staging: comedi: gsc_hpdi: absorb setup_subdevices() This function is only called by the (*auto_attach). Absorb it into that function to clarify the attach and remove the need for some of the forward declarations. For aesthetics, add some whitespace to the subdevice init. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>