commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=7a173812ad4cdde9928314386902583c510fa53b branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Signed-off-by: Sonic Zhang <[email protected]> --- arch/blackfin/include/asm/bfin_serial.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/blackfin/include/asm/bfin_serial.h b/arch/blackfin/include/asm/bfin_serial.h index 80a5848..860f08e 100644 --- a/arch/blackfin/include/asm/bfin_serial.h +++ b/arch/blackfin/include/asm/bfin_serial.h @@ -308,8 +308,6 @@ struct bfin_uart_regs { #define UART_GET_CTS(x) (UART_GET_MSR(x) & CTS) #define UART_DISABLE_RTS(x) UART_PUT_MCR(x, UART_GET_MCR(x) & ~(ARTS | MRTS)) #define UART_ENABLE_RTS(x) UART_PUT_MCR(x, UART_GET_MCR(x) | MRTS | ARTS) -#define UART_ENABLE_INTS(x, v) UART_SET_IER(x, v) -#define UART_DISABLE_INTS(x) UART_CLEAR_IER(x, 0xF) #else /* BFIN_UART_BF60X_STYLE */ @@ -353,8 +351,6 @@ UART_PUT_DLH(p, (v >> 8) & 0xFF); } while (0); #define UART_GET_CTS(x) (UART_GET_MSR(x) & CTS) #define UART_DISABLE_RTS(x) UART_PUT_MCR(x, UART_GET_MCR(x) & ~(ARTS | MRTS)) #define UART_ENABLE_RTS(x) UART_PUT_MCR(x, UART_GET_MCR(x) | MRTS | ARTS) -#define UART_ENABLE_INTS(x, v) UART_SET_IER(x, v) -#define UART_DISABLE_INTS(x) UART_CLEAR_IER(x, 0xF) #else /* BF533 style */ @@ -402,8 +398,6 @@ static inline void UART_PUT_LSR(void *p, uint16_t val) #define UART_GET_CTS(x) gpio_get_value((x)->cts_pin) #define UART_DISABLE_RTS(x) gpio_set_value((x)->rts_pin, 1) #define UART_ENABLE_RTS(x) gpio_set_value((x)->rts_pin, 0) -#define UART_ENABLE_INTS(x, v) UART_PUT_IER(x, v) -#define UART_DISABLE_INTS(x) UART_PUT_IER(x, 0) #endif /* BFIN_UART_BF54X_STYLE */
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
