aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2022-03-28 17:01:53 +0100
committerMauro Carvalho Chehab <[email protected]>2022-04-24 08:27:37 +0100
commit3d22dd432889f2f538b53f36f9f6bcd54825fc22 (patch)
tree4eb0535005a60f57ae0b7342597cef3d50cf01dc
parentb4657e00115d0c87970a2386338b70fa95ef4ac6 (diff)
media: media.h: remove unneeded <stdint.h> inclusion
Commit b3b7a9f138b7 ("[media] media-device: Use u64 ints for pointers") added this #include <stdint.h>, presumably in order to use uintptr_t. Now that it is gone, we can compile this for userspace without <stdint.h>. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--include/uapi/linux/media.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h
index afbae7213d35..3ddadaea849f 100644
--- a/include/uapi/linux/media.h
+++ b/include/uapi/linux/media.h
@@ -20,9 +20,6 @@
#ifndef __LINUX_MEDIA_H
#define __LINUX_MEDIA_H
-#ifndef __KERNEL__
-#include <stdint.h>
-#endif
#include <linux/ioctl.h>
#include <linux/types.h>