Instead of passing the address this way, the device should
be registered as I2C_BOARD_INFO at the machine layer.

Signed-off-by: Jonas Bonn <[EMAIL PROTECTED]>
---
 sound/soc/codecs/wm8753.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/sound/soc/codecs/wm8753.h b/sound/soc/codecs/wm8753.h
index 7defde0..1c6af1f 100644
--- a/sound/soc/codecs/wm8753.h
+++ b/sound/soc/codecs/wm8753.h
@@ -78,11 +78,6 @@
 #define WM8753_BIASCTL         0x3d
 #define WM8753_ADCTL2          0x3f
 
-struct wm8753_setup_data {
-       int i2c_bus;
-       unsigned short i2c_address;
-};
-
 #define WM8753_PLL1                    0
 #define WM8753_PLL2                    1
 
-- 
1.5.4.3


Reply via email to