diff options
author | Jiri Slaby <jslaby@suse.cz> | 2015-05-27 07:57:46 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-31 21:45:51 -0400 |
commit | 1c4b1d73bacc546ba4e42f7eb4cb88c54139820b (patch) | |
tree | b10756dff4006fdbef1d6435ef9201c08a8ae357 | |
parent | a7a215283703231bcde0740710569f6c0e39ac53 (diff) |
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: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | include/uapi/linux/Kbuild | 1 | ||||
-rw-r--r-- | include/uapi/linux/gsmmux.h (renamed from include/linux/gsmmux.h) | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 1a0006a76b00..1d3db6a74d1f 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -138,6 +138,7 @@ header-y += genetlink.h | |||
138 | header-y += gen_stats.h | 138 | header-y += gen_stats.h |
139 | header-y += gfs2_ondisk.h | 139 | header-y += gfs2_ondisk.h |
140 | header-y += gigaset_dev.h | 140 | header-y += gigaset_dev.h |
141 | header-y += gsmmux.h | ||
141 | header-y += hdlcdrv.h | 142 | header-y += hdlcdrv.h |
142 | header-y += hdlc.h | 143 | header-y += hdlc.h |
143 | header-y += hdreg.h | 144 | header-y += hdreg.h |
diff --git a/include/linux/gsmmux.h b/include/uapi/linux/gsmmux.h index c25e9477f7c3..c06742d52856 100644 --- a/include/linux/gsmmux.h +++ b/include/uapi/linux/gsmmux.h | |||
@@ -1,6 +1,9 @@ | |||
1 | #ifndef _LINUX_GSMMUX_H | 1 | #ifndef _LINUX_GSMMUX_H |
2 | #define _LINUX_GSMMUX_H | 2 | #define _LINUX_GSMMUX_H |
3 | 3 | ||
4 | #include <linux/if.h> | ||
5 | #include <linux/ioctl.h> | ||
6 | |||
4 | struct gsm_config | 7 | struct gsm_config |
5 | { | 8 | { |
6 | unsigned int adaption; | 9 | unsigned int adaption; |