From: H Hartley Sweeten Date: Fri, 20 Sep 2013 23:42:52 +0000 (-0700) Subject: staging: comedi: pcl711: remove 'is_pcl711b' from boardinfo X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd8ebea1b6f251442801bb5cdf665a56f8d45b2;p=pandora-kernel.git staging: comedi: pcl711: remove 'is_pcl711b' from boardinfo This member in the board info is used to indicate if the board is a PCL711B. This board uses bits in the mode register to select the IRQ used for interrupts. These bits do nothing on the other boards supported by this driver. Remove the 'is_pcl711b' variable from the boardinfo. Also, remove the 'mode' variable from the private data and just calculate the mode bits when needed. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed