From: H Hartley Sweeten Date: Mon, 9 Dec 2013 22:31:10 +0000 (-0700) Subject: staging: comedi: pcmmio: remove subdevice private data X-Git-Tag: v3.14-rc1~150^2~308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35c5e88498a8856475f8001389020f47f36d9002;p=pandora-kernel.git staging: comedi: pcmmio: remove subdevice private data Only subdevice[2], the dio interrupt subdevice, uses the subdevice private data. Move the members from struct pcmmio_subdev_private to struct pcmmio_private and remove the subdevice private data. This also allows removing the allocation and freeing of devpriv->sprivs. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed