ncr5380: Remove unused macros
Some macros are never evaluated (i.e. FOO, USLEEP, SCSI2 and USE_WRAPPER; and in some drivers, NCR5380_intr and NCR5380_proc_info). DRIVER_SETUP serves no purpose anymore. Remove these macro definitions. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Hannes Reinecke <hare@suse.de> Tested-by: Michael Schmitz <schmitzmic@gmail.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
这个提交包含在:
@@ -1,6 +1,5 @@
|
||||
#define AUTOSENSE
|
||||
#define PSEUDO_DMA
|
||||
#define FOO
|
||||
#define UNSAFE /* Not unsafe for PAS16 -- use it */
|
||||
#define PDEBUG 0
|
||||
|
||||
@@ -52,8 +51,6 @@
|
||||
* increase compared to polled I/O.
|
||||
*
|
||||
* PARITY - enable parity checking. Not supported.
|
||||
*
|
||||
* SCSI2 - enable support for SCSI-II tagged queueing. Untested.
|
||||
*
|
||||
* UNSAFE - leave interrupts enabled during pseudo-DMA transfers. This
|
||||
* parameter comes from the NCR5380 code. It is NOT unsafe with
|
||||
@@ -63,8 +60,6 @@
|
||||
* want to use UNSAFE you can try defining LIMIT_TRANSFERSIZE or
|
||||
* twiddle with the transfer size in the high level code.
|
||||
*
|
||||
* USLEEP - enable support for devices that don't disconnect. Untested.
|
||||
*
|
||||
* The card is detected and initialized in one of several ways :
|
||||
* 1. Autoprobe (default) - There are many different models of
|
||||
* the Pro Audio Spectrum/Studio 16, and I only have one of
|
||||
|
在新工单中引用
屏蔽一个用户