From: Ian Abbott Date: Fri, 8 Jun 2012 09:40:05 +0000 (+0100) Subject: staging: comedi: amplc_pci230: Replace NULLFUNC X-Git-Tag: v3.6-rc1~100^2~864 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83afda9d449c61b55881d50465833784d8fda786;p=pandora-kernel.git staging: comedi: amplc_pci230: Replace NULLFUNC The source code defines a macro NULLFUNC #define NULLFUNC 0 and uses it as a generic null function pointer constant. This is superfluous. Just use NULL instead. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed