From: Martin Schwidefsky Date: Sun, 30 Oct 2011 14:17:17 +0000 (+0100) Subject: [S390] sparse: fix sparse symbol shadow warning X-Git-Tag: v3.2-rc1~109^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf4074dd9d41d28447f1b106d91ad0ad0ea454a;p=pandora-kernel.git [S390] sparse: fix sparse symbol shadow warning to_kvmdev and dev_to_virtio both use container_of. Avoid to nest the two macros to quiet the following sparse warning: drivers/s390/kvm/kvm_virtio.c:337:20: warning: symbol '__mptr' shadows an earlier one drivers/s390/kvm/kvm_virtio.c:337:20: originally declared here Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed