m32r: serial: remove M32R_SIO_SHARE_IRQS
Remove an unused symbol M32R_SIO_SHARE_IRQS from drivers/serial/m32r_sio.h. Signed-off-by: Hirokazu Takata <takata@linux-m32r.org> Cc: "Robert P. J. Day" <rpjday@mindspring.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
977676aca3
commit
dab8f4963a
@@ -46,9 +46,3 @@ struct old_serial_port {
|
||||
#define PROBE_ANY (~0)
|
||||
|
||||
#define HIGH_BITS_OFFSET ((sizeof(long)-sizeof(int))*8)
|
||||
|
||||
#ifdef CONFIG_SERIAL_SIO_SHARE_IRQ
|
||||
#define M32R_SIO_SHARE_IRQS 1
|
||||
#else
|
||||
#define M32R_SIO_SHARE_IRQS 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user