|
@@ -1762,7 +1762,9 @@ static struct eg20t_port *pch_uart_init_port(struct pci_dev *pdev,
|
|
int fifosize;
|
|
int fifosize;
|
|
int port_type;
|
|
int port_type;
|
|
struct pch_uart_driver_data *board;
|
|
struct pch_uart_driver_data *board;
|
|
|
|
+#ifdef CONFIG_DEBUG_FS
|
|
char name[32]; /* for debugfs file name */
|
|
char name[32]; /* for debugfs file name */
|
|
|
|
+#endif
|
|
|
|
|
|
board = &drv_dat[id->driver_data];
|
|
board = &drv_dat[id->driver_data];
|
|
port_type = board->port_type;
|
|
port_type = board->port_type;
|