From a3aa06521e97b70a8b05aa5b4b8de9f34c47799e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Sat, 14 Jun 2025 21:37:49 +0200 Subject: [PATCH] drivers: haptics: drv2605: drop redundant include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit haptics.h was being included twice. Signed-off-by: Benjamin Cabé --- drivers/haptics/drv2605.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/haptics/drv2605.c b/drivers/haptics/drv2605.c index 0981f1cc230..9535a3ea433 100644 --- a/drivers/haptics/drv2605.c +++ b/drivers/haptics/drv2605.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include