alpha: remove duplicate included header file
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 26 Nov 2024 11:47:26 +0000 (12:47 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 13 Jan 2025 04:21:07 +0000 (20:21 -0800)
Remove duplicate included header file asm/fpu.h

Link: https://lkml.kernel.org/r/20241126114728.139029-1-thorsten.blum@linux.dev
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/alpha/lib/fpreg.c

index 9a238e7536aec62188e08ce0a296bab77d16b4f2..3d32165043f8b137fefa08b284ed3943861c1745 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/preempt.h>
 #include <asm/fpu.h>
 #include <asm/thread_info.h>
-#include <asm/fpu.h>
 
 #if defined(CONFIG_ALPHA_EV6) || defined(CONFIG_ALPHA_EV67)
 #define STT(reg,val)  asm volatile ("ftoit $f"#reg",%0" : "=r"(val));