commit | 302eea4dc65dc88767c6df3c800b83218a05b112 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 03 04:37:22 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 13 16:32:49 2018 -0700 |
tree | 76a2c8e302615ee7e7f42c2c11de979b48986730 | |
parent | 6e5faf028d50a2ab3aa1fe5754f8ebfa40aa66ac [diff] |
dm: sound: samsung: Rename i2stx_info to samsung_i2s_priv This struct is only used by the Samsung I2C driver and should move into that driver. For now, rename it so it is clear that is driver-private info. Signed-off-by: Simon Glass <sjg@chromium.org>