[PATCH 1/1] tty: linux/gsmmux.h needs linux/types.h

From: Jiri Slaby
Date: Tue Jun 23 2015 - 13:10:17 EST


We use __u8 in linux/gsmmux.h, so include linux/types.h to have that
defined.

Signed-off-by: Jiri Slaby <jslaby@xxxxxxx>
---
include/uapi/linux/gsmmux.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/gsmmux.h b/include/uapi/linux/gsmmux.h
index c06742d52856..ab055d8cddef 100644
--- a/include/uapi/linux/gsmmux.h
+++ b/include/uapi/linux/gsmmux.h
@@ -3,6 +3,7 @@

#include <linux/if.h>
#include <linux/ioctl.h>
+#include <linux/types.h>

struct gsm_config
{
--
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/