Commit e2baa0bb authored by Eric Sandeen's avatar Eric Sandeen Committed by Linus Torvalds

[PATCH] warning cleanup for drivers_scsi_dpt_i2o.c

parent 5931d0d1
......@@ -112,10 +112,6 @@ static adpt_hba* hbas[DPTI_MAX_HBA];
static adpt_hba* hba_chain = NULL;
static int hba_count = 0;
// Debug flags to be put into the HBA flags field when initialized
// Make sure to enable DEBUG_PRINT for these flags to work
static unsigned long DebugFlags = HBA_FLAGS_DBG_SCAN_B | HBA_FLAGS_DBG_FLAGS_MASK;
static struct file_operations adpt_fops = {
ioctl: adpt_ioctl,
open: adpt_open,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment