From: H Hartley Sweeten Date: Wed, 11 Jul 2012 00:23:40 +0000 (-0700) Subject: staging: comedi: rtd520: remove devpriv macro X-Git-Tag: v3.6-rc1~100^2~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f782a255b93adc02e58024f9fc2c0e8fac35e7cf;p=pandora-kernel.git staging: comedi: rtd520: remove devpriv macro The macro 'devpriv' relies on a local variable having a specific name and yeilds a pointer derived from that local variable. Replace the macro with a local variable where used. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed