Skip to content

Commit

Permalink
w1-eeprom: Remove <common.h> and add needed includes
Browse files Browse the repository at this point in the history
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
trini committed May 7, 2024
1 parent 051d224 commit 334edd5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion drivers/w1-eeprom/ds24xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
*/

#include <common.h>
#include <linux/err.h>
#include <dm.h>
#include <w1-eeprom.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/w1-eeprom/ds2502.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* Martin Fuzzey <[email protected]>
*/

#include <common.h>
#include <dm.h>
#include <dm/device_compat.h>
#include <linux/err.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/w1-eeprom/eep_sandbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
*/

#include <common.h>
#include <linux/err.h>
#include <dm.h>
#include <w1-eeprom.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/w1-eeprom/w1-eeprom-uclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#define LOG_CATEGORY UCLASS_W1_EEPROM

#include <common.h>
#include <dm.h>
#include <log.h>
#include <w1.h>
Expand Down

0 comments on commit 334edd5

Please sign in to comment.