]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[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 d3d14a59d2d5b834a153a7b56b91e933164f68f7..49392564f9d6fc0c7c105887818a5dcf0e955e90 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <linux/types.h>
 #ifndef __KERNEL__
-#include <stdint.h>
 #include <time.h>
 #endif