[v3 PATCH 0/2] Correct AMD8111 EDAC drivers

From: Harry Ciao
Date: Wed Mar 11 2009 - 22:27:36 EST



Hi Doug and Andrew,

This the latest v3 patches for EDAC AMD8111 driver. I have integrated two minor changes in amd8111_edac.[ch] respectively, and all the rest 5 patches in v2 series just remain the same.

In amd8111_edac.h, I have removed the const qualifier from amd8111_dev_info.ctl_name, to eliminate a gcc warning about discarding qualifier; in amd8111_edac.c, I have replaced the including of <linux/io.h> with <asm/io.h>, because on powerpc, __do_inb() and __do_outb() are actually defined nowhere but "arch/powerpc/include/asm", despite this would incur a warning from checkpatch.pl.

Best regards,

Harry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/