Commit a5297c70 authored by Dave Hansen's avatar Dave Hansen Committed by Linus Torvalds

[PATCH] fix ips driver compile problems

   This patch has been floating inside IBM for a bit, but it appears
that no one passed it back up to you, yet.  I don't know who wrote it,
but it applies to 2.5.8 and the ServeRAID driver works just fine with it
applied.  Without it, the driver fails to compile.
parent 139ca9be
This diff is collapsed.
......@@ -443,7 +443,8 @@
present : 0, \
unchecked_isa_dma : 0, \
use_clustering : ENABLE_CLUSTERING, \
use_new_eh_code : 1 \
use_new_eh_code : 1, \
highmem_io : 1 \
}
#else
#define IPS { \
......
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