[PATCH 06/23] memory: of: Remove unused headers
Krzysztof Kozlowski
krzk at kernel.org
Thu Jul 23 03:37:27 EDT 2020
The of_memory.c does not use platform_device nor linked list.
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
drivers/memory/of_memory.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/memory/of_memory.c b/drivers/memory/of_memory.c
index 71f26eac7350..cfcb91eeccfb 100644
--- a/drivers/memory/of_memory.c
+++ b/drivers/memory/of_memory.c
@@ -7,8 +7,6 @@
*/
#include <linux/device.h>
-#include <linux/platform_device.h>
-#include <linux/list.h>
#include <linux/of.h>
#include <linux/gfp.h>
#include <linux/export.h>
--
2.17.1
More information about the Linux-mediatek
mailing list