kgdboc,kdb: Allow kdb to work on a non open console port
[sfrench/cifs-2.6.git] / drivers / serial / m32r_sio.h
index 7c3ec24f7e50413466b0350835f12c84ef4a136c..e9b7e11793b183c531fe927c609e4e4b18062630 100644 (file)
@@ -15,7 +15,6 @@
  * (at your option) any later version.
  */
 
-#include <linux/config.h>
 
 struct m32r_sio_probe {
        struct module   *owner;
@@ -47,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