]> Git Repo - J-linux.git/commitdiff
watchdog: intel-mid_wdt: Remove unused intel-mid.h
authorAndy Shevchenko <[email protected]>
Tue, 5 Mar 2024 16:52:18 +0000 (18:52 +0200)
committerWim Van Sebroeck <[email protected]>
Sun, 10 Mar 2024 10:14:45 +0000 (11:14 +0100)
intel-mid.h is providing some core parts of the South Complex PM,
which are usually are not used by individual drivers. In particular,
this driver doesn't use it, so simply remove the unused header.

Signed-off-by: Andy Shevchenko <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
drivers/watchdog/intel-mid_wdt.c

index fb7fae750181bf3738299408241ee0db2f5f8e27..b41c45582aa4dfd08700554aaacb3e9306837c4e 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/platform_data/intel-mid_wdt.h>
 
 #include <asm/intel_scu_ipc.h>
-#include <asm/intel-mid.h>
 
 #define IPC_WATCHDOG 0xf8
 
This page took 0.06215 seconds and 4 git commands to generate.