From 8b0276d281c9c9e62669736703c87385436a1265 Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Tue, 5 Aug 2014 17:37:18 +0530 Subject: [PATCH] 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-format-patch failed