From: Russell King Date: Mon, 9 Jan 2006 14:15:14 +0000 (+0000) Subject: [ARM] Make Acorn partition types depend on ACORN_PARTITION X-Git-Tag: v2.6.16-rc1~660^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50365c57860cd931c2d806057e0987634797e9af;p=pandora-kernel.git [ARM] Make Acorn partition types depend on ACORN_PARTITION balamurugan reported a problem where it was possible to have the various Acorn partition types selected in the configuration, but ACORN_PARTITION disabled. Since ACORN_PARTITION controls whether we build fs/partitions/acorn.c, this lead to undefined references to the adfspart_check_TYPE symbols. Fix this by making the Acorn partition type symbols depend on ACORN_PARTITION. Signed-off-by: Russell King --- Reading git-diff-tree failed