tty: serial: mpc52xx_uart: remove double ifdeffery
authorJiri Slaby <jslaby@suse.cz>
Mon, 11 Apr 2022 10:45:04 +0000 (12:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Apr 2022 16:27:18 +0000 (18:27 +0200)
commit83ead219292afb5dd401b68c4ee3becf8d26b6e4
tree621f4d1fa61655ddf1fbbfaf9b80e9f7b4e1a57c
parent689ca31c542687709ba21ec2195c1fbce34fd029
tty: serial: mpc52xx_uart: remove double ifdeffery

The code now contains:
 #ifdef CONFIG_PPC_MPC512x
 ...
 #endif

 #ifdef CONFIG_PPC_MPC512x
 ...
 #endif

So remove the endif+ifdef from the middle, provided it's about the same
define.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220411104506.8990-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mpc52xx_uart.c