Skip to content
Commit 188e3c5c authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Paul Moore
Browse files

tty: provide tty_name() even without CONFIG_TTY



The audit subsystem just started printing the name of the tty,
but that causes a build failure when CONFIG_TTY is disabled:

kernel/built-in.o: In function `audit_log_task_info':
memremap.c:(.text+0x5e34c): undefined reference to `tty_name'
kernel/built-in.o: In function `audit_set_loginuid':
memremap.c:(.text+0x63b34): undefined reference to `tty_name'

This adds tty_name() to the list of functions that are provided
as trivial stubs in that configuration.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Fixes: db0a6fb5

 ("audit: add tty field to LOGIN event")
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent db0a6fb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment