From: Julia Lawall Date: Sun, 30 Nov 2014 18:14:14 +0000 (+0100) Subject: staging: unisys: remove unneeded structure X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0f483c873725148c8a54f58f174507a74c4815;p=pandora-kernel.git staging: unisys: remove unneeded structure Delete a local structure that is only used to be initialized by memset. A semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ identifier x,i; @@ { ... when any -struct i x; <+... when != x - memset(&x,...); ...+> } // Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed