This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree:
Subject: [media] include/uapi/linux/dvb/video.h: remove stdint.h include Author: Mikko Rapeli <[email protected]> Date: Thu Oct 15 02:56:47 2015 -0300 Kernel headers should use linux/types.h instead. Signed-off-by: Mikko Rapeli <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> include/uapi/linux/dvb/video.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=49dbb4894ae8e9247211a8bcb1fa731929738a54 diff --git a/include/uapi/linux/dvb/video.h b/include/uapi/linux/dvb/video.h index d3d14a59..4939256 100644 --- a/include/uapi/linux/dvb/video.h +++ b/include/uapi/linux/dvb/video.h @@ -26,7 +26,6 @@ #include <linux/types.h> #ifndef __KERNEL__ -#include <stdint.h> #include <time.h> #endif _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
