commit | eedf4299b5af712ee6f1db031308abe1a4dd7c82 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Fri Sep 07 17:39:31 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 07 21:45:27 2012 -0700 |
tree | bc4d6738ba08f2a4bec376c91c5dc6a992e14f3b | |
parent | 556e451d0d1ee7f9f40d4d83b39743176b8b39e4 [diff] |
staging: comedi: me4000: remove struct me4000_cnt_info The me4000_cnt_info in the boardinfo struct is used to indicate that the board has an 8254 counter. Add a 'has_counter' field to struct me4000_board and remove the struct me4000_cnt_info. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>