sm: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:31:18 -06:00
parent a8604d0ce1
commit 6af4346316
3 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
* Author: Alexey Romanov <avromanov@salutedevices.com>
*/
#include <common.h>
#include <dm.h>
#include <regmap.h>
#include <sm.h>

View File

@@ -5,7 +5,6 @@
* Author: Alexey Romanov <avromanov@salutedevices.com>
*/
#include <common.h>
#include <sm.h>
#include <sm-uclass.h>
#include <sandbox-sm.h>

View File

@@ -5,7 +5,6 @@
* Author: Alexey Romanov <avromanov@salutedevices.com>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <sm-uclass.h>