Commit a4022f6a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

memory: of: Remove unused headers



The of_memory.c does not use platform_device nor linked list.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent c4f16e96
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>