media: staging: tegra-vde: Correct included header
authorDmitry Osipenko <[email protected]>
Sat, 17 Mar 2018 15:28:15 +0000 (11:28 -0400)
committerMauro Carvalho Chehab <[email protected]>
Fri, 4 May 2018 10:33:57 +0000 (06:33 -0400)
This is Open Firmware driver, hence 'of_device.h' should be included
instead of 'platform_device.h'. Right now OF headers happen to be included
indirectly and this may break in the future, so let's correct the header.

Signed-off-by: Dmitry Osipenko <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/staging/media/tegra-vde/tegra-vde.c

index 9e542c6288f1ec500818a7329ba91e2331cb43bd..90177a59b97c8157ca45218fd26cf445de9c5ed3 100644 (file)
@@ -16,7 +16,7 @@
 #include <linux/iopoll.h>
 #include <linux/miscdevice.h>
 #include <linux/module.h>
-#include <linux/platform_device.h>
+#include <linux/of_device.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
 #include <linux/slab.h>