From: H Hartley Sweeten Date: Fri, 30 Aug 2013 18:46:53 +0000 (-0700) Subject: staging: comedi: comedi_parport: remove 'enable_irq' from private data X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~752 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ede0545894aa4d363875b9fb087d06e52b9cac;p=pandora-kernel.git staging: comedi: comedi_parport: remove 'enable_irq' from private data The enabled state of the interrupt can be checked by reading the control register. Remove 'enabled_irq' from the private data. Since the private data is now empty, remove it completely and remove the allocation of it in parport_attach(). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed