> symbol and structure of the same name This must be a part of the subject :-) > Fix the eppic script to reflect the type > > Signed-off-by: Aruna Balakrishnaiah <aruna at linux.vnet.ibm.com> Thanks, I'll merge this patch into v1.5.6. Atsushi Kumagai >--- > eppic_scripts/udp_sk_buf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/eppic_scripts/udp_sk_buf.c b/eppic_scripts/udp_sk_buf.c >index 0fa1325..ca8c77b 100644 >--- a/eppic_scripts/udp_sk_buf.c >+++ b/eppic_scripts/udp_sk_buf.c >@@ -30,7 +30,7 @@ udp() > struct udp_table *table; > struct sock_common *off = 0; > >- table = &udp_table; >+ table = (struct udp_table *)&udp_table; > > for (i = 0; i < table->mask; i++) { > struct hlist_nulls_node *pos; > > >_______________________________________________ >kexec mailing list >kexec at lists.infradead.org >http://lists.infradead.org/mailman/listinfo/kexec