]> Pileus Git - ~andy/linux/commit
staging: comedi: me4000: remove me4000.h
authorH Hartley Sweeten <hartleys@visionengravers.com>
Sat, 8 Sep 2012 00:50:39 +0000 (17:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Sep 2012 04:54:43 +0000 (21:54 -0700)
commit81dd181161b88c28d212727120149f959da4bacf
tree632dffe441c52797685eb53bd070fb691024e6c4
parentcc6f3336fa8f8730ec517d2677849ceb256c5b70
staging: comedi: me4000: remove me4000.h

Move the remaining defines in this header to the c file. Nothing
in the header is needed by any other file.

While moving the defines, reorder them so that the bit defines
are associated with the register they go with. Also, convert the
bit defines to bit shifts to make them a bit clearer.

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>
drivers/staging/comedi/drivers/me4000.c
drivers/staging/comedi/drivers/me4000.h [deleted file]