virtio: rng: add derating factor for use by hwrng core
[linux-2.6-block.git] / drivers / scsi / ncr53c8xx.h
index b39357d9af8d1bcb82ab063e39784d2ef84bfe18..02901c54b08be400d75afaf9d48816cb7346fddf 100644 (file)
 #define SCSI_NCR_SG_TABLESIZE  (SCSI_NCR_MAX_SCATTER)
 #define SCSI_NCR_TIMER_INTERVAL        (HZ)
 
-#if 1 /* defined CONFIG_SCSI_MULTI_LUN */
 #define SCSI_NCR_MAX_LUN       (16)
-#else
-#define SCSI_NCR_MAX_LUN       (1)
-#endif
 
 /*
  *  IO functions definition for big/little endian CPU support.
@@ -1321,7 +1317,7 @@ struct ncr_device {
 };
 
 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *device);
-extern int ncr53c8xx_release(struct Scsi_Host *host);
+extern void ncr53c8xx_release(struct Scsi_Host *host);
 irqreturn_t ncr53c8xx_intr(int irq, void *dev_id);
 extern int ncr53c8xx_init(void);
 extern void ncr53c8xx_exit(void);