• V
    ALSA: hdac: Explicitly add io.h · 42f2bb1c
    Vinod Koul 提交于
    Compiling the hdac extended core on arm fails with below error:
    
      sound/hda/ext/hdac_ext_bus.c: In function 'hdac_ext_writel':
    >> sound/hda/ext/hdac_ext_bus.c:29:2: error: implicit declaration of
    >> function
    +'writel' [-Werror=implicit-function-declaration]
         writel(value, addr);
         ^
       sound/hda/ext/hdac_ext_bus.c: In function 'hdac_ext_readl':
    >> sound/hda/ext/hdac_ext_bus.c:34:2: error: implicit declaration of
    >> function
    +'readl' [-Werror=implicit-function-declaration]
         return readl(addr);
    
    This is fixed by explicitly including io.h
    
    Fixes: 99463b3a - ('ALSA: hda: provide default bus io ops extended hdac')
    Reported-by: Nkbuild test robot <lkp@intel.com>
    Suggested-by: NMark Brown <broonie@kernel.org>
    Signed-off-by: NVinod Koul <vinod.koul@intel.com>
    Signed-off-by: NTakashi Iwai <tiwai@suse.de>
    42f2bb1c
hdac_ext_bus.c 6.6 KB