From: H Hartley Sweeten Date: Fri, 1 May 2015 21:58:29 +0000 (-0700) Subject: staging: comedi: ni_mio_common: open code the M-Series GPCT register offsets X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~757 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9752d81a636ccd01f473ee8c85b8a05f06a92b;p=pandora-kernel.git staging: comedi: ni_mio_common: open code the M-Series GPCT register offsets Remove the enum m_series_register_offsets values that are only used in the lookup tables for the GPCT to STC register mapping and just open code the values. Having the extra level of indirection does not add any additional clarity and it gets rid of some of the CamelCase symbols. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed