spmi: 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:23 -06:00
parent 7d2bf7c266
commit 9ddfd0059a
3 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@
* Loosely based on Little Kernel driver
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <fdtdec.h>

View File

@ -7,7 +7,6 @@
* (C) Copyright 2015 Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <spmi/spmi.h>

View File

@ -7,7 +7,6 @@
#define LOG_CATEGORY UCLASS_SPMI
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <spmi/spmi.h>