From: H Hartley Sweeten Date: Mon, 17 Feb 2014 21:26:42 +0000 (-0700) Subject: staging: comedi: pcl818: remove 'io_range' from boardinfo X-Git-Tag: v3.15-rc1~139^2~996 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61255883967474fd68c2a927518c87e53b10f53;p=pandora-kernel.git staging: comedi: pcl818: remove 'io_range' from boardinfo The 'io_range' is the same for all board types. Remove this data from the boardinfo. The i/o resource size is larger for board types that have a FIFO but this larger region is only requested if the user wants to use the fifo. Modify the pcl818_attach() to remove the need for the 'io_range' in the private data. For aesthetics, rename the 'fifo' member in the boardinfo to 'has_fifo' and change it to a bit-field. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed