tty: move linux/gsmmux.h to uapi
authorJiri Slaby <jslaby@suse.cz>
Wed, 27 May 2015 11:57:46 +0000 (13:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jun 2015 01:45:51 +0000 (10:45 +0900)
commit1c4b1d73bacc546ba4e42f7eb4cb88c54139820b
treeb10756dff4006fdbef1d6435ef9201c08a8ae357
parenta7a215283703231bcde0740710569f6c0e39ac53
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>
include/linux/gsmmux.h [deleted file]
include/uapi/linux/Kbuild
include/uapi/linux/gsmmux.h [new file with mode: 0644]