From: Himangi Saraogi Date: Tue, 5 Aug 2014 12:07:18 +0000 (+0530) Subject: sound/oss/opl3: Remove typedef opl_devinfo X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0276d281c9c9e62669736703c87385436a1265;p=pandora-kernel.git sound/oss/opl3: Remove typedef opl_devinfo This typedef is unnecessary and should just be removed as they are never used. The following Coccinelle semantic patch detects the case. @tn@ identifier i; type td; @@ -typedef struct i { ... } -td ; @@ type tn.td; identifier tn.i; @@ -td + struct i Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed