mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-21 07:52:31 +08:00
i2c: uniphier(-f): remove unneeded #include <dm/root.h>
This include is unnecessary for low-level drivers. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#include <linux/sizes.h>
|
||||
#include <linux/errno.h>
|
||||
#include <dm/device.h>
|
||||
#include <dm/root.h>
|
||||
#include <i2c.h>
|
||||
#include <fdtdec.h>
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#include <linux/sizes.h>
|
||||
#include <linux/errno.h>
|
||||
#include <dm/device.h>
|
||||
#include <dm/root.h>
|
||||
#include <i2c.h>
|
||||
#include <fdtdec.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user