From: Ian Abbott Date: Fri, 15 Mar 2013 13:15:34 +0000 (+0000) Subject: staging: comedi: make 'in_request_module' a bool bit-field X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~587 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f12b5aea501bce146cdf213d1819083aadc847;p=pandora-kernel.git staging: comedi: make 'in_request_module' a bool bit-field Change the `in_request_module` member of `struct comedi_device` to a 1-bit bit-field of type `bool` and move it into a suitable hole in the data type to save a few bytes. Change the assigned values to `true` and `false`. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed