From: Ian Abbott Date: Fri, 31 Aug 2012 19:41:33 +0000 (+0100) Subject: staging: comedi: das08: Mark 'JR' boards in board data X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~812 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1effe42da1ee4b424ccd2f8abaea5f838ef6ac93;p=pandora-kernel.git staging: comedi: das08: Mark 'JR' boards in board data Add a bool member `is_jr` to `struct das08_board_struct` and initialize it to `true` in those elements of `das08_boards[]` corresponding to the 'JR' board models. This will be used by a following patch that removes the `ai`, `ao`, `di` and `do` members from `struct das08_board_struct`. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed