diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-04-25 11:38:18 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-18 07:32:40 -0300 |
commit | df0e1fb999ee4dc2cb911dd9256f421ac089f0e9 (patch) | |
tree | 5808f626c1ab7b76379beae7d0a3e51b7dc60aba | |
parent | be321a82bf8ee2e59734dd0d1fa1183a55a81d5d (diff) | |
download | linux-stable-df0e1fb999ee4dc2cb911dd9256f421ac089f0e9.tar.gz linux-stable-df0e1fb999ee4dc2cb911dd9256f421ac089f0e9.tar.bz2 linux-stable-df0e1fb999ee4dc2cb911dd9256f421ac089f0e9.zip |
[media] s5p-cec: remove unused including <linux/version.h>
Remove including <linux/version.h> that is not needed.
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | drivers/media/platform/s5p-cec/s5p_cec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-cec/s5p_cec.h b/drivers/media/platform/s5p-cec/s5p_cec.h index 7015845c1caa..8bcd8dc1aeb9 100644 --- a/drivers/media/platform/s5p-cec/s5p_cec.h +++ b/drivers/media/platform/s5p-cec/s5p_cec.h @@ -22,7 +22,6 @@ #include <linux/platform_device.h> #include <linux/pm_runtime.h> #include <linux/timer.h> -#include <linux/version.h> #include <linux/workqueue.h> #include <media/cec.h> |