linux/drivers/char/tpm
Arjan van de Ven 62322d2554 [PATCH] make more file_operation structs static
Mark the static struct file_operations in drivers/char as const.  Making
them const prevents accidental bugs, and moves them to the .rodata section
so that they no longer do any false sharing; in addition with the proper
debug option they are then protected against corruption..

[akpm@osdl.org: build fix]
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-03 15:26:59 -07:00
..
Kconfig [PATCH] tpm: update module dependencies 2006-05-15 11:20:54 -07:00
Makefile [PATCH] tpm: driver for next generation TPM chips 2006-04-22 09:19:54 -07:00
tpm.c [PATCH] tpm: use clear_bit 2006-04-22 09:19:54 -07:00
tpm.h [PATCH] tpm_register_hardware gcc 4.1 warning fix 2006-05-15 11:20:57 -07:00
tpm_atmel.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
tpm_atmel.h [PATCH] tpm: return chip from tpm_register_hardware 2006-04-22 09:19:53 -07:00
tpm_bios.c [PATCH] tpm: more bios log parsing fixes 2006-05-31 16:27:10 -07:00
tpm_infineon.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
tpm_nsc.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00
tpm_tis.c [PATCH] make more file_operation structs static 2006-07-03 15:26:59 -07:00