Arnd Bergmann edd066a100 scsi: qedi: fix build regression
A bugfix I did caused a build regression in some other randconfig
builds in a rare combination of options:

In file included from drivers/scsi/qedi/qedi_fw.c:16:
drivers/scsi/qedi/qedi_gbl.h:26:38: error: array type has incomplete element type 'struct qedi_debugfs_ops'
 extern const struct qedi_debugfs_ops qedi_debugfs_ops[];
                                      ^~~~~~~~~~~~~~~~

This removes the useless #ifdef around the declarations in qedi_dbg.h
to make it always build.

Fixes: 779936faf4f1 ("scsi: qedi: fix building with LTO")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-02-27 21:19:13 -05:00
..
2017-10-19 12:46:43 +01:00
2017-03-13 15:33:09 -07:00
2018-02-27 21:19:13 -05:00
2018-01-02 13:59:16 -05:00
2017-03-13 15:33:09 -07:00
2018-02-13 21:37:00 -05:00
2018-01-02 13:59:16 -05:00
2018-02-13 21:37:00 -05:00
2017-08-24 22:28:50 -04:00