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:
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include <clk.h>
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <ufs.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* Author: Bin Meng <bmeng@tinylab.org>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <pci.h>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_UFS
|
||||
|
||||
#include <common.h>
|
||||
#include "ufs.h"
|
||||
#include <dm.h>
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#include <bouncebuf.h>
|
||||
#include <charset.h>
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <dm/device_compat.h>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#ifndef __UFS_H
|
||||
#define __UFS_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include "unipro.h"
|
||||
|
||||
struct udevice;
|
||||
|
||||
Reference in New Issue
Block a user