From: H Hartley Sweeten Date: Mon, 2 Jul 2012 22:48:58 +0000 (-0700) Subject: staging: comedi: das08_cs: remove thisboard macro X-Git-Tag: v3.6-rc1~100^2~427 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f88a20a7ff0b8724b9832c139fc06095e71b9bf;p=pandora-kernel.git staging: comedi: das08_cs: remove thisboard macro The 'thisboard' macro relies on a local variable having a specific name and yields a pointer derived from that local variable. Replace the macro with a local variable where used. Use the comedi_board() helper to get the pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed