]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: microchip: core: remove unused include asm/traps.h
authorBrian Masney <bmasney@redhat.com>
Fri, 5 Dec 2025 19:46:29 +0000 (14:46 -0500)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sat, 10 Jan 2026 16:21:51 +0000 (18:21 +0200)
The asm/traps.h include file is not actually used, so let's go ahead and
remove it.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Link: https://lore.kernel.org/r/20251205-clk-microchip-fixes-v3-3-a02190705e47@redhat.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
drivers/clk/microchip/clk-core.c

index 82f62731fc0ed566b0c6b007381c4f10a2a8a7e7..f467d7bc28c87a50fb18dc527574f973c4b7e615 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/io.h>
 #include <linux/iopoll.h>
 #include <asm/mach-pic32/pic32.h>
-#include <asm/traps.h>
 
 #include "clk-core.h"