Commit c9c5f351 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by James Bottomley

[PATCH] fix dpt_i2o compilation for alpha and sparc

This patch has been floating around for ages, got reminded of it again
when looking at the debian kernel package.
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 94151072
......@@ -86,9 +86,9 @@ static dpt_sig_S DPTI_sig = {
#elif defined(__ia64__)
PROC_INTEL, PROC_IA64,
#elif defined(__sparc__)
PROC_ULTRASPARC,
PROC_ULTRASPARC, PROC_ULTRASPARC,
#elif defined(__alpha__)
PROC_ALPHA ,
PROC_ALPHA, PROC_ALPHA,
#else
(-1),(-1),
#endif
......
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