commit | 5771d4eed64b7e064bcd9678443085a0cd4d8caf | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 01 19:31:29 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:56 2024 -0600 |
tree | 2feabbfc967503a3db0c41826626a4b77c9f8987 | |
parent | 8f9f759d2b97f40bd01e6c5f29760f0593c81296 [diff] [blame] |
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>
diff --git a/drivers/ufs/ufs.h b/drivers/ufs/ufs.h index 816a5ce..43042c2 100644 --- a/drivers/ufs/ufs.h +++ b/drivers/ufs/ufs.h
@@ -2,6 +2,7 @@ #ifndef __UFS_H #define __UFS_H +#include <linux/types.h> #include "unipro.h" struct udevice;