From: H Hartley Sweeten Date: Mon, 9 Dec 2013 22:31:20 +0000 (-0700) Subject: staging: comedi: pcmmio: cleanup the private data X-Git-Tag: v3.14-rc1~150^2~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23bafad0d12e4a6cc903d0955be359b9509dc5ca;p=pandora-kernel.git staging: comedi: pcmmio: cleanup the private data Fix the types of some of the private data members. The 'enabled_mask' and 'stop_count' should be unsigned int values. The 'active' and 'continuous' members are flags, change them to unsigned int bit fields. Remove the 'sprivs' pointer. This should have been removed when the subdevice private data was removed. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed