ASoC: max98357a: Fix missing include
authorVincent Stehlé <[email protected]>
Wed, 11 Feb 2015 22:08:59 +0000 (23:08 +0100)
committerMark Brown <[email protected]>
Thu, 12 Feb 2015 02:55:36 +0000 (10:55 +0800)
commit5c8be987d4d9c0262e6229e342fa0da8a5aeee47
treee6913d98ede21683aa0a464a3d866ad22b9e3bc6
parentffa047577127336861d91f3934133f8e8906d1b4
ASoC: max98357a: Fix missing include

This fixes the following compilation errors:

  sound/soc/codecs/max98357a.c: In function ‘max98357a_daiops_trigger’:
  sound/soc/codecs/max98357a.c:30:3: error: implicit declaration of function ‘gpiod_set_value’ [-Werror=implicit-function-declaration]
  sound/soc/codecs/max98357a.c: In function ‘max98357a_codec_probe’:
  sound/soc/codecs/max98357a.c:55:2: error: implicit declaration of function ‘devm_gpiod_get’ [-Werror=implicit-function-declaration]
  sound/soc/codecs/max98357a.c:61:2: error: implicit declaration of function ‘gpiod_direction_output’ [-Werror=implicit-function-declaration]
  cc1: some warnings being treated as errors

Signed-off-by: Vincent Stehlé <[email protected]>
Cc: Kenneth Westfield <[email protected]>
Cc: Mark Brown <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/max98357a.c