diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2006-06-23 19:11:00 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-26 17:23:49 -0400 |
commit | 7469059d52c5f762890cc060ef3f0452c097b91e (patch) | |
tree | 9795a6bbf0a48d78d9e59aa6bff611073bb8a974 /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | 7914d004bcff3e59ca7c0d628f9862fe6655429c (diff) |
[SCSI] qla2xxx: Remove no-op IOCTL codes and macros.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 4edb5d11b775..9ff3298405cd 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -286,13 +286,6 @@ extern void *qla24xx_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); | |||
286 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); | 286 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); |
287 | 287 | ||
288 | /* | 288 | /* |
289 | * Global Function Prototypes in qla_xioctl.c source file. | ||
290 | */ | ||
291 | #define qla2x00_enqueue_aen(ha, cmd, mode) do { } while (0) | ||
292 | #define qla2x00_alloc_ioctl_mem(ha) (0) | ||
293 | #define qla2x00_free_ioctl_mem(ha) do { } while (0) | ||
294 | |||
295 | /* | ||
296 | * Global Function Prototypes in qla_attr.c source file. | 289 | * Global Function Prototypes in qla_attr.c source file. |
297 | */ | 290 | */ |
298 | struct class_device_attribute; | 291 | struct class_device_attribute; |