ufs: 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-07 08:00:56 -06:00
parent 8f9f759d2b
commit 5771d4eed6
6 changed files with 1 additions and 5 deletions
-1
View File
@@ -6,7 +6,6 @@
*/
#include <clk.h>
#include <common.h>
#include <dm.h>
#include <ufs.h>
#include <asm/io.h>
-1
View File
@@ -5,7 +5,6 @@
#include <asm/io.h>
#include <clk.h>
#include <common.h>
#include <dm.h>
#include <dm/device_compat.h>
#include <linux/bitops.h>
-1
View File
@@ -4,7 +4,6 @@
* Author: Bin Meng <bmeng@tinylab.org>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <pci.h>
-1
View File
@@ -7,7 +7,6 @@
#define LOG_CATEGORY UCLASS_UFS
#include <common.h>
#include "ufs.h"
#include <dm.h>
-1
View File
@@ -10,7 +10,6 @@
#include <bouncebuf.h>
#include <charset.h>
#include <common.h>
#include <dm.h>
#include <log.h>
#include <dm/device_compat.h>
+1
View File
@@ -2,6 +2,7 @@
#ifndef __UFS_H
#define __UFS_H
#include <linux/types.h>
#include "unipro.h"
struct udevice;