From: Daniel Drake Date: Sat, 29 Apr 2006 10:41:44 +0000 (+0100) Subject: mtd: SC520CDP should depend on MTD_CONCAT X-Git-Tag: v2.6.18-rc1~1105^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbbc21c6a491503e55e08e3f7c4629c1337ea1cc;p=pandora-kernel.git mtd: SC520CDP should depend on MTD_CONCAT Toralf Förster found a compile error when CONFIG_MTD_SC520CDP=y and CONFIG_MTD_CONCAT=n: drivers/built-in.o: In function `init_sc520cdp': sc520cdp.c:(.init.text+0xb4de): undefined reference to `mtd_concat_create' drivers/built-in.o: In function `cleanup_sc520cdp': sc520cdp.c:(.exit.text+0x14bc): undefined reference to `mtd_concat_destroy' This patch fixes it. Signed-off-by: Daniel Drake Signed-off-by: Josh Boyer --- Reading git-diff-tree failed