From: Michal Marek <mmarek@suse.cz> Git-commit: ebaf0349316ae66a6c335e85074c85112f95d3e4 Patch-mainline: Submitted 2012-12-04 Target: openSUSE 12.3 The __TIME__ macro is not needed anymore, because the pubkey is included in a separate .S file. Signed-off-by: Michal Marek <mmarek@suse.cz> --- kernel/modsign_pubkey.c | 6 ------ 1 file changed, 6 deletions(-) --- a/kernel/modsign_pubkey.c +++ b/kernel/modsign_pubkey.c @@ -22,12 +22,6 @@ extern __initdata const u8 modsign_certi extern __initdata const u8 modsign_certificate_list_end[]; /* - * We need to make sure ccache doesn't cache the .o file as it doesn't notice - * if modsign.pub changes. - */ -static __initdata const char annoy_ccache[] = __TIME__ "foo"; - -/* * Load the compiled-in keys */ static __init int module_verify_init(void) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org