Skip to content
Snippets Groups Projects
Commit 1c4b1d73 authored by Jiri Slaby's avatar Jiri Slaby Committed by Greg Kroah-Hartman
Browse files

tty: move linux/gsmmux.h to uapi


linux/gsmmux.h defines a user interface and therefore should be
installed with other headers.

Make the file include:
* linux/if.h for IFNAMSIZ
* linux/ioctl.h for _IO* macros

Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a7a21528
No related merge requests found
...@@ -138,6 +138,7 @@ header-y += genetlink.h ...@@ -138,6 +138,7 @@ header-y += genetlink.h
header-y += gen_stats.h header-y += gen_stats.h
header-y += gfs2_ondisk.h header-y += gfs2_ondisk.h
header-y += gigaset_dev.h header-y += gigaset_dev.h
header-y += gsmmux.h
header-y += hdlcdrv.h header-y += hdlcdrv.h
header-y += hdlc.h header-y += hdlc.h
header-y += hdreg.h header-y += hdreg.h
......
#ifndef _LINUX_GSMMUX_H #ifndef _LINUX_GSMMUX_H
#define _LINUX_GSMMUX_H #define _LINUX_GSMMUX_H
#include <linux/if.h>
#include <linux/ioctl.h>
struct gsm_config struct gsm_config
{ {
unsigned int adaption; unsigned int adaption;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment