diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2014-11-05 20:26:31 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-06 07:18:30 +0300 |
commit | 68952076e9226cc23ebce66d3fc2fdb8b6c04c30 (patch) | |
tree | 37ef9dd249eb8dfe97c5134d1b5b8b51fd42f817 /include/uapi/linux/vt.h | |
parent | 5ac9c05d789044d30735402f387355a394ec8e18 (diff) | |
download | linux-68952076e9226cc23ebce66d3fc2fdb8b6c04c30.tar.xz |
vt: Remove vt_get_kmsg_redirect() from uapi header
vt_get_kmsg_redirect() only has meaning to the console driver as
an alias for calling vt_kmsg_redirect(). Move the macro definition
to the only source file which uses it; remove from uapi/linux/vt.h
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/vt.h')
-rw-r--r-- | include/uapi/linux/vt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/uapi/linux/vt.h b/include/uapi/linux/vt.h index 4b59a26799a3..978578bd1895 100644 --- a/include/uapi/linux/vt.h +++ b/include/uapi/linux/vt.h @@ -84,7 +84,4 @@ struct vt_setactivate { #define VT_SETACTIVATE 0x560F /* Activate and set the mode of a console */ - -#define vt_get_kmsg_redirect() vt_kmsg_redirect(-1) - #endif /* _UAPI_LINUX_VT_H */ |