From: Daniel Walker Date: Mon, 11 Oct 2010 22:46:52 +0000 (-0700) Subject: msm: fix compile failure on struct membank node member X-Git-Tag: v2.6.37-rc1~27^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d98313e0985fa754fc50ea639cbafdfc0860a6;p=pandora-kernel.git msm: fix compile failure on struct membank node member In commit be370302742ff9948f2a42b15cb2ba174d97b930 "ARM: Remove DISCONTIGMEM support", it removed this "node" member which cased the following compile failure in mach-msm, linux/arch/arm/mach-msm/board-halibut.c: In function 'halibut_fixup': linux/arch/arm/mach-msm/board-halibut.c:86: error: 'struct membank' has no member named 'node' linux/arch/arm/mach-msm/board-halibut.c:86: error: implicit declaration of function 'PHYS_TO_NID' I've removed the access to the node member which corrects the compile failure. Signed-off-by: Daniel Walker --- Reading git-diff-tree failed