mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
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:
parent
7d2bf7c266
commit
9ddfd0059a
@ -7,7 +7,6 @@
|
||||
* Loosely based on Little Kernel driver
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <fdtdec.h>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_SPMI
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <spmi/spmi.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user