From: H Hartley Sweeten Date: Wed, 25 Sep 2013 22:40:57 +0000 (-0700) Subject: staging: comedi: pcl726: remove the *_SIZE defines X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~572 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ee1e82a305f7b3ec9506178ac3a273eaceff7f;p=pandora-kernel.git staging: comedi: pcl726: remove the *_SIZE defines The *_SIZE defines are only used to initialize the 'io_range' members in the boardinfo. Remove the defines and just open code the values. For aesthetics, change the type of the 'io_range' and rename it to better match the 'len' parameter to comedi_request_region(). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed