From: Akinobu Mita Date: Sun, 9 Sep 2012 10:47:47 +0000 (+0200) Subject: cciss: select CONFIG_CHECK_SIGNATURE X-Git-Tag: v3.7-rc4~23^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7010ede4342d3ab9f9a0c51c1aa50139aacadaf;p=pandora-kernel.git cciss: select CONFIG_CHECK_SIGNATURE The patch cciss-use-check_signature.patch in -mm tree introduced a build error: drivers/built-in.o: In function `CISS_signature_present': drivers/block/cciss.c:4270: undefined reference to `check_signature' Add missing CONFIG_CHECK_SIGNATURE to fix this issue. Reported-by: Fengguang Wu Signed-off-by: Akinobu Mita Cc: Fengguang Wu Cc: Mike Miller Cc: Jens Axboe Acked-by: "Stephen M. Cameron" Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- Reading git-diff-tree failed