From: H Hartley Sweeten Date: Mon, 9 Dec 2013 22:31:06 +0000 (-0700) Subject: staging: comedi: pcmmio: remove 'asic' member from subdevice private data X-Git-Tag: v3.14-rc1~150^2~312 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c41e9f41bd5543cb14e617b9626d2640ce3240f;p=pandora-kernel.git staging: comedi: pcmmio: remove 'asic' member from subdevice private data This member of the subdevice private data is always initialized to '0' by the only subdevice that uses it. Since we only have one asic on the board it's really not needed. Just remove it. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed