]> Git Repo - linux.git/commit
cciss: select CONFIG_CHECK_SIGNATURE
authorAkinobu Mita <[email protected]>
Sun, 9 Sep 2012 10:47:47 +0000 (12:47 +0200)
committerJens Axboe <[email protected]>
Tue, 30 Oct 2012 07:37:00 +0000 (08:37 +0100)
commitb7010ede4342d3ab9f9a0c51c1aa50139aacadaf
tree1a5486586015020950fb538c83e8e431c12c43a6
parent2541aa799ff711fdd85dfbced58ea815a5968674
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 <[email protected]>
Signed-off-by: Akinobu Mita <[email protected]>
Cc: Fengguang Wu <[email protected]>
Cc: Mike Miller <[email protected]>
Cc: Jens Axboe <[email protected]>
Acked-by: "Stephen M. Cameron" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
drivers/block/Kconfig
This page took 0.053055 seconds and 4 git commands to generate.