drivers/base/node.c: fix compilation error with older versions of gcc
authorClaudio Scordino <claudio@evidence.eu.com>
Thu, 17 Nov 2011 10:08:32 +0000 (11:08 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Nov 2011 18:39:24 +0000 (10:39 -0800)
Patch to fix the error message "directives may not be used inside a macro
argument" which appears when the kernel is compiled for the cris architecture.

Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found