Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: linux/gsmmux.h needs linux/types.h

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

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jiri Slaby and committed by
Greg Kroah-Hartman
45c6df44 f3fb7ef3

+1
+1
include/uapi/linux/gsmmux.h
··· 3 3 4 4 #include <linux/if.h> 5 5 #include <linux/ioctl.h> 6 + #include <linux/types.h> 6 7 7 8 struct gsm_config 8 9 {