[PATCH v2 2/3] clk: microchip: core: remove unused include asm/traps.h

From: Brian Masney
Date: Mon Dec 01 2025 - 17:07:32 EST


The asm/traps.h include file is not actually used, so let's go ahead and
remove it.

Signed-off-by: Brian Masney <bmasney@xxxxxxxxxx>
---
drivers/clk/microchip/clk-core.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/clk/microchip/clk-core.c b/drivers/clk/microchip/clk-core.c
index a0163441dfe5c1dfc27dae48e64cf3cb3d6b764f..664663d9d7765ee0c61203ea11211da54b709377 100644
--- a/drivers/clk/microchip/clk-core.c
+++ b/drivers/clk/microchip/clk-core.c
@@ -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"


--
2.51.1