diff options
| author | Brian Masney <bmasney@redhat.com> | 2025-12-05 22:46:29 +0300 |
|---|---|---|
| committer | Claudiu Beznea <claudiu.beznea@tuxon.dev> | 2026-01-10 19:21:51 +0300 |
| commit | 69ccb0f338ea00732d51c164ccfcfdb703bf3839 (patch) | |
| tree | 55514cd89ebfcc27fb1a905d0b216cfffa4735d6 | |
| parent | 5df96d141cccb37f0c3112a22fc1112ea48e9246 (diff) | |
| download | linux-69ccb0f338ea00732d51c164ccfcfdb703bf3839.tar.xz | |
clk: microchip: core: remove unused include asm/traps.h
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>
| -rw-r--r-- | drivers/clk/microchip/clk-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/microchip/clk-core.c b/drivers/clk/microchip/clk-core.c index 82f62731fc0e..f467d7bc28c8 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" |
