From: Tom Rini Date: Thu, 2 May 2024 01:30:34 +0000 (-0600) Subject: button: Remove and add needed includes X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=72d31d97670e79e713609f04f30abe7ddd05a329;p=u-boot.git button: Remove and add needed includes Remove from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini --- diff --git a/drivers/button/button-adc.c b/drivers/button/button-adc.c index 9c24c960e6..da7ddf2a85 100644 --- a/drivers/button/button-adc.c +++ b/drivers/button/button-adc.c @@ -5,7 +5,6 @@ * Author: Marek Szyprowski */ -#include #include #include #include diff --git a/drivers/button/button-gpio.c b/drivers/button/button-gpio.c index 7b5b3affe2..43b82d98ae 100644 --- a/drivers/button/button-gpio.c +++ b/drivers/button/button-gpio.c @@ -3,7 +3,6 @@ * Copyright (C) 2020 Philippe Reynes */ -#include #include #include #include diff --git a/drivers/button/button-uclass.c b/drivers/button/button-uclass.c index 032191d61a..cda243389d 100644 --- a/drivers/button/button-uclass.c +++ b/drivers/button/button-uclass.c @@ -7,7 +7,6 @@ #define LOG_CATEGORY UCLASS_BUTTON -#include #include #include #include