OSDN Git Service

[media] include/uapi/linux/dvb/video.h: remove stdint.h include
authorMikko Rapeli <mikko.rapeli@iki.fi>
Thu, 15 Oct 2015 05:56:47 +0000 (02:56 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 10:18:38 +0000 (08:18 -0200)
Kernel headers should use linux/types.h instead.

Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/uapi/linux/dvb/video.h

index d3d14a5..4939256 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <linux/types.h>
 #ifndef __KERNEL__
-#include <stdint.h>
 #include <time.h>
 #endif