summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest.c
diff options
context:
space:
mode:
authorGeliang Tang2016-12-24 16:45:06 +0100
committerRob Herring2017-01-04 21:01:28 +0100
commit30965eeab5c873ca7af410506e6f0965074bf702 (patch)
treea5de53fd3f9f55631fe59c2c0535d44ebd32bdd1 /drivers/of/unittest.c
parentof: reserved_mem: set dma_ops for devices using reserved mem (diff)
downloadkernel-qcow2-linux-30965eeab5c873ca7af410506e6f0965074bf702.tar.gz
kernel-qcow2-linux-30965eeab5c873ca7af410506e6f0965074bf702.tar.xz
kernel-qcow2-linux-30965eeab5c873ca7af410506e6f0965074bf702.zip
of: drop duplicate headers
Drop duplicate headers string.h and of_platform.h. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of/unittest.c')
-rw-r--r--drivers/of/unittest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/unittest.c b/drivers/of/unittest.c
index 53c83d66eb7e..b4e823615f2c 100644
--- a/drivers/of/unittest.c
+++ b/drivers/of/unittest.c
@@ -17,7 +17,6 @@
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/platform_device.h>
-#include <linux/of_platform.h>
#include <linux/i2c.h>
#include <linux/i2c-mux.h>