[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1512420403-10164-2-git-send-email-nicoleotsuka@gmail.com>
Date: Mon, 4 Dec 2017 12:46:34 -0800
From: Nicolin Chen <nicoleotsuka@...il.com>
To: broonie@...nel.org
Cc: linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
alsa-devel@...a-project.org, fabio.estevam@....com, timur@...i.org,
mail@...iej.szmigiero.name, caleb@...me.org, lgirdwood@...il.com
Subject: [PATCH 01/10] ASoC: fsl_ssi: Remove unused struct device
struct device is defined in system level header files any way.
As long as fsl_ssi.h is included after those header files, it
should be safe to remove this line.
Signed-off-by: Nicolin Chen <nicoleotsuka@...il.com>
---
sound/soc/fsl/fsl_ssi.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/sound/soc/fsl/fsl_ssi.h b/sound/soc/fsl/fsl_ssi.h
index 5065105..5cf56d2 100644
--- a/sound/soc/fsl/fsl_ssi.h
+++ b/sound/soc/fsl/fsl_ssi.h
@@ -206,8 +206,6 @@
#define CCSR_SSI_SACNT_AC97EN 0x00000001
-struct device;
-
#if IS_ENABLED(CONFIG_DEBUG_FS)
struct fsl_ssi_dbg {
--
2.7.4
Powered by blists - more mailing lists