]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/proc/meminfo.c: fix compilation error
authorClaudio Scordino <claudio@evidence.eu.com>
Thu, 8 Dec 2011 22:33:56 +0000 (14:33 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Dec 2011 20:58:21 +0000 (12:58 -0800)
commit7171d74d6be6346a3e33e32f7270ee09852999f4
tree8e07c96d68d074a5fd3305d2d7165cfe4b9a9e00
parentc7443ad3168fc2fdafdaec2ad5facf9704937092
fs/proc/meminfo.c: fix compilation error

commit b53fc7c2974a50913f49e1d800fe904a28c338e3 upstream.

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>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/proc/meminfo.c