From: H Hartley Sweeten Date: Sat, 19 Jul 2014 00:01:22 +0000 (-0700) Subject: staging: comedi: drivers: remove unnecessary *_SIZE defines X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~375 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=862755ec07572036b0c69d738b88f89b6beede99;p=pandora-kernel.git staging: comedi: drivers: remove unnecessary *_SIZE defines Some of the legacy comedi drivers have a *_SIZE define that is only passed to comedi_request_region() to specify the size of the region. Some of the pnp drivers (pci, etc.) also have a *_SIZE define which is unused. For aesthetics, remove these defines. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed