From: H Hartley Sweeten Date: Wed, 24 Oct 2012 23:30:21 +0000 (-0700) Subject: staging: comedi: cb_pcidda: remove private data variable 'digitalio' X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~998 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f082ed78eb2ece4438c7cd23cf18166e3cce4b;p=pandora-kernel.git staging: comedi: cb_pcidda: remove private data variable 'digitalio' The private data variable 'digitalio' is only used to hold the PCI base address for the 8255 devices on the board. This value is then passed to subdev_8255_init() and stored in it's own private data. There is no need to keep the value in the private data for the board. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed