projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2541aa7
)
cciss: select CONFIG_CHECK_SIGNATURE
author
Akinobu Mita
<
[email protected]
>
Sun, 9 Sep 2012 10:47:47 +0000
(12:47 +0200)
committer
Jens Axboe
<
[email protected]
>
Tue, 30 Oct 2012 07:37:00 +0000
(08:37 +0100)
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
patch
|
blob
|
history
diff --git
a/drivers/block/Kconfig
b/drivers/block/Kconfig
index 6983a65c8df3bffc0e52b23e6d978f08f2804643..824e09c4d0d7d1bcd83a00b87e37e1ca0115d5fb 100644
(file)
--- a/
drivers/block/Kconfig
+++ b/
drivers/block/Kconfig
@@
-131,6
+131,7
@@
config BLK_CPQ_DA
config BLK_CPQ_CISS_DA
tristate "Compaq Smart Array 5xxx support"
depends on PCI
+ select CHECK_SIGNATURE
help
This is the driver for Compaq Smart Array 5xxx controllers.
Everyone using these boards should say Y here.