dm: sound: wm8994: Drop global i2c-address variable
authorSimon Glass <sjg@chromium.org>
Mon, 3 Dec 2018 11:37:29 +0000 (04:37 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2018 23:32:49 +0000 (16:32 -0700)
commit6ab0d25d55b104db45f0d4f88d74d6a5e234a476
tree8ca0a5ab8a66714c84c2ace6bb10d74e445aa53a
parent82a27d2c8ce0bd7bd15636bc79c60344e6c7ca0c
dm: sound: wm8994: Drop global i2c-address variable

We can put this in the private structure and avoid a global.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/sound/wm8994.c