[Sound-open-firmware] [PATCH 11/15] [RFC][v2]DMIC: Fix compilation issue with SSP by removing duplicate macro

Seppo Ingalsuo seppo.ingalsuo at linux.intel.com
Fri May 4 17:01:13 CEST 2018


This macro is provided by io.h.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo at linux.intel.com>
---
 src/include/sof/ssp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/include/sof/ssp.h b/src/include/sof/ssp.h
index c66f67b..5a57d58 100644
--- a/src/include/sof/ssp.h
+++ b/src/include/sof/ssp.h
@@ -38,8 +38,6 @@
 #include <sof/trace.h>
 #include <sof/wait.h>
 
-#define BIT(x) (1 << (x))
-
 #define SSP_CLK_AUDIO	0
 #define SSP_CLK_NET_PLL	1
 #define SSP_CLK_EXT	2
-- 
2.14.1



More information about the Sound-open-firmware mailing list