From e877d83a8e2643a026559a60ac6d1ee9fb827677 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 11 Oct 2007 11:14:56 +0200
Subject: [PATCH] x86_64: prepare shared kernel/audit.c

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86_64/kernel/Makefile                | 2 +-
 arch/x86_64/kernel/{audit.c => audit_64.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename arch/x86_64/kernel/{audit.c => audit_64.c} (100%)

diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile
index 1c9ae60f0bf5..edd3ad7995d6 100644
--- a/arch/x86_64/kernel/Makefile
+++ b/arch/x86_64/kernel/Makefile
@@ -36,7 +36,7 @@ obj-$(CONFIG_KPROBES)		+= kprobes.o
 obj-$(CONFIG_X86_PM_TIMER)	+= pmtimer_64.o
 obj-$(CONFIG_X86_VSMP)		+= vsmp_64.o
 obj-$(CONFIG_K8_NB)		+= k8.o
-obj-$(CONFIG_AUDIT)		+= audit.o
+obj-$(CONFIG_AUDIT)		+= audit_64.o
 
 obj-$(CONFIG_MODULES)		+= module_64.o
 obj-$(CONFIG_PCI)		+= early-quirks_64.o
diff --git a/arch/x86_64/kernel/audit.c b/arch/x86_64/kernel/audit_64.c
similarity index 100%
rename from arch/x86_64/kernel/audit.c
rename to arch/x86_64/kernel/audit_64.c
-- 
2.20.1