memory: of: Remove unused headers

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

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2020-07-24 09:40:16 +02:00
parent c4f16e96d8
commit a4022f6a21
1 changed files with 0 additions and 2 deletions

View File

@ -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>