]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dm: sound: max98095: Drop g_codec_info and g_max98095_info
authorSimon Glass <sjg@chromium.org>
Mon, 3 Dec 2018 11:37:32 +0000 (04:37 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2018 23:32:49 +0000 (16:32 -0700)
commit04660d6424b3bd8e613ca8774f2b36c5d8bea976
treed762d841b076028f39c2c060ece2aa00b438ca74
parent62ba8318720778aa61049a61c21132a2c628845c
dm: sound: max98095: Drop g_codec_info and g_max98095_info

These are only used in two functions so can be made local.

Also change the first argument of max98095_do_init() to suit.

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