Revision 928923c76b393e38e5ba1d47e843e208ceef6cf9 authored by Geert Uytterhoeven on 22 August 2007, 21:01:36 UTC, committed by Linus Torvalds on 23 August 2007, 02:52:45 UTC
Introduce CONFIG_CHECK_SIGNATURE to control inclusion of check_signature()
and avoid problems on platforms that don't have readb().

Let the few legacy (ISA || PCI || X86) drivers that need check_signature()
select CONFIG_CHECK_SIGNATURE.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 2301060
History
File Mode Size
Kconfig -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 362 bytes
fw-card.c -rw-r--r-- 14.0 KB
fw-cdev.c -rw-r--r-- 24.2 KB
fw-device.c -rw-r--r-- 21.3 KB
fw-device.h -rw-r--r-- 3.6 KB
fw-iso.c -rw-r--r-- 4.0 KB
fw-ohci.c -rw-r--r-- 53.8 KB
fw-ohci.h -rw-r--r-- 6.7 KB
fw-sbp2.c -rw-r--r-- 33.5 KB
fw-topology.c -rw-r--r-- 13.8 KB
fw-topology.h -rw-r--r-- 2.0 KB
fw-transaction.c -rw-r--r-- 24.2 KB
fw-transaction.h -rw-r--r-- 12.8 KB

back to top