From: Will Deacon Date: Tue, 26 Aug 2014 14:13:25 +0000 (+0100) Subject: KVM: vgic: declare probe function pointer as const X-Git-Tag: fixes-for-v3.18-merge-window~23^2~3^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de56fb1923ca11f428bf557870e0faa99f38762e;p=pandora-kernel.git KVM: vgic: declare probe function pointer as const We extract the vgic probe function from the of_device_id data pointer, which is const. Kill the sparse warning by ensuring that the local function pointer is also marked as const. Cc: Marc Zyngier Signed-off-by: Will Deacon Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed