[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190604071524.12835-4-hch@lst.de>
Date: Tue, 4 Jun 2019 09:15:24 +0200
From: Christoph Hellwig <hch@....de>
To: x86@...nel.org
Cc: Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
linux-kernel@...r.kernel.org
Subject: [PATCH 3/3] x86/fpu: remove the fpu__save export
This function is only use by the core fpu code.
Signed-off-by: Christoph Hellwig <hch@....de>
---
arch/x86/kernel/fpu/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c
index 03c2d306e6f2..5e0240d029fd 100644
--- a/arch/x86/kernel/fpu/core.c
+++ b/arch/x86/kernel/fpu/core.c
@@ -133,7 +133,6 @@ void fpu__save(struct fpu *fpu)
trace_x86_fpu_after_save(fpu);
fpregs_unlock();
}
-EXPORT_SYMBOL_GPL(fpu__save);
/*
* Legacy x87 fpstate state init:
--
2.20.1
Powered by blists - more mailing lists