From: Ian Abbott Date: Wed, 24 Oct 2012 15:47:54 +0000 (+0100) Subject: staging: comedi: amplc_dio200: remove 'has_clk_gat_sce' from subdevice X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1025 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb4021762c33e65645244a965001454cbda6145;p=pandora-kernel.git staging: comedi: amplc_dio200: remove 'has_clk_gat_sce' from subdevice The `has_clk_gat_sce` member of `struct dio200_subdev_8254` indicates whether the board has clock and gate source selection registers. The same information can be obtained from read-only board layout data so doesn't need to be set per '8254' counter subdevice. Eliminate the member and use the read-only data instead. The last parameter of `dio200_subdev_8254_init()` is used to initialize this member, so remove that parameter as well. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed