]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] Make Acorn partition types depend on ACORN_PARTITION
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 9 Jan 2006 14:15:14 +0000 (14:15 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 9 Jan 2006 14:15:14 +0000 (14:15 +0000)
commit50365c57860cd931c2d806057e0987634797e9af
tree7d7ad82233e681c72ff18e443a54491c14f34260
parent50465d0da69e8d8b5493c5b752f0aa6d039c3914
[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 <rmk+kernel@arm.linux.org.uk>
fs/partitions/Kconfig