From: Sonic Zhang Date: Tue, 6 Dec 2011 02:00:35 +0000 (+0800) Subject: blackfin: serial: bfin-uart: remove unused field X-Git-Tag: v3.3-rc1~111^2~7 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=6f2efbdeda5e45e7087f3ae0f8c354056a96491c;p=karo-tx-linux.git blackfin: serial: bfin-uart: remove unused field Remove unused field for hardware flow control. Signed-off-by: Sonic Zhang Signed-off-by: Bob Liu --- diff --git a/arch/blackfin/include/asm/bfin_serial.h b/arch/blackfin/include/asm/bfin_serial.h index ecacdf34768b..68bcc3d119b6 100644 --- a/arch/blackfin/include/asm/bfin_serial.h +++ b/arch/blackfin/include/asm/bfin_serial.h @@ -51,9 +51,6 @@ struct bfin_serial_port { #elif ANOMALY_05000363 unsigned int anomaly_threshold; #endif -#ifdef CONFIG_SERIAL_BFIN_HARD_CTSRTS - int scts; -#endif #if defined(CONFIG_SERIAL_BFIN_CTSRTS) || \ defined(CONFIG_SERIAL_BFIN_HARD_CTSRTS) int cts_pin;