On Tue, Feb 13, 2024 at 09:35:16PM -0600, Yazen Ghannam wrote: +#include <asm/mce.h> ... +static void init_fpd(struct cper_fru_poison_desc *fpd, struct mce *m) ^^^^^^ This is a generic thing and thus can't use an x86-ism struct mce, remember?
+#include <asm/mce.h>
+static void init_fpd(struct cper_fru_poison_desc *fpd, struct mce *m)