Skip to content

Commit

Permalink
sm: 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 <trini@konsulko.com>
  • Loading branch information
trini committed May 7, 2024
1 parent a8604d0 commit 6af4346
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/sm/meson-sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Author: Alexey Romanov <avromanov@salutedevices.com>
*/

#include <common.h>
#include <dm.h>
#include <regmap.h>
#include <sm.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/sm/sandbox-sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Author: Alexey Romanov <avromanov@salutedevices.com>
*/

#include <common.h>
#include <sm.h>
#include <sm-uclass.h>
#include <sandbox-sm.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/sm/sm-uclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Author: Alexey Romanov <avromanov@salutedevices.com>
*/

#include <common.h>
#include <dm.h>
#include <errno.h>
#include <sm-uclass.h>
Expand Down

0 comments on commit 6af4346

Please sign in to comment.