Commit 1f5fd6aa authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] drivers/scsi/imm.c build fix

parent a07fccd5
...@@ -100,7 +100,6 @@ static char *IMM_MODE_STRING[] = ...@@ -100,7 +100,6 @@ static char *IMM_MODE_STRING[] =
[IMM_NIBBLE] = "SPP", [IMM_NIBBLE] = "SPP",
[IMM_PS2] = "PS/2", [IMM_PS2] = "PS/2",
[IMM_EPP_8] = "EPP 8 bit", [IMM_EPP_8] = "EPP 8 bit",
[IMM_EPP_16] = "EPP 16 bit",
#ifdef CONFIG_SCSI_IZIP_EPP16 #ifdef CONFIG_SCSI_IZIP_EPP16
[IMM_EPP_16] = "EPP 16 bit", [IMM_EPP_16] = "EPP 16 bit",
#else #else
......
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