Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

alpha: remove duplicate included header file

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>

authored by

Thorsten Blum and committed by
Andrew Morton
386ca64d f3a6101b

-1
-1
arch/alpha/lib/fpreg.c
··· 10 10 #include <linux/preempt.h> 11 11 #include <asm/fpu.h> 12 12 #include <asm/thread_info.h> 13 - #include <asm/fpu.h> 14 13 15 14 #if defined(CONFIG_ALPHA_EV6) || defined(CONFIG_ALPHA_EV67) 16 15 #define STT(reg,val) asm volatile ("ftoit $f"#reg",%0" : "=r"(val));