From: H Hartley Sweeten Date: Tue, 13 Nov 2012 20:43:44 +0000 (-0700) Subject: staging: comedi: addi_apci_1516: remove use of struct addi_private X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29cd0eedf30779675d6a1a678da1ff55d681494;p=pandora-kernel.git staging: comedi: addi_apci_1516: remove use of struct addi_private The only private data this driver has is the iobase address for the watchdog. Create a local struct to hold this information in dev->private and remove the need for struct addi_private from the "common" code. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed