diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-01 11:41:34 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-09 17:14:28 +0200 |
commit | b6dd828445aa3db9503e95863b6dad7483a963a3 (patch) | |
tree | 0fbff23bbae0fde6e6043efae4389d573030cf34 /drivers/tty | |
parent | b519c9c7e68d5e2e9d5aaff3843fda09342c79d7 (diff) | |
download | linux-stable-b6dd828445aa3db9503e95863b6dad7483a963a3.tar.gz linux-stable-b6dd828445aa3db9503e95863b6dad7483a963a3.tar.bz2 linux-stable-b6dd828445aa3db9503e95863b6dad7483a963a3.zip |
ARM: footbridge: remove leftover from personal-server
The machine was removed a while ago, and the checks are
now useless.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Tested-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/21285.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/tty/serial/21285.c b/drivers/tty/serial/21285.c index 7520cc02fd4d..65d6af755567 100644 --- a/drivers/tty/serial/21285.c +++ b/drivers/tty/serial/21285.c @@ -461,9 +461,6 @@ static int __init serial21285_console_setup(struct console *co, char *options) int parity = 'n'; int flow = 'n'; - if (machine_is_personal_server()) - baud = 57600; - /* * Check whether an invalid uart number has been specified, and * if so, search for the first available port that does have |