Re: linux-next: Tree for Oct 17 (soundwire)

From: Randy Dunlap
Date: Thu Oct 17 2019 - 11:22:24 EST


On 10/16/19 9:26 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20191016:
>

on x86_64:

# CONFIG_BLOCK is not set

CC [M] drivers/soundwire/intel_init.o
In file included from ../drivers/soundwire/intel_init.c:12:0:
../include/linux/iomap.h: In function ‘iomap_sector’:
../include/linux/iomap.h:76:48: error: ‘SECTOR_SHIFT’ undeclared (first use in this function); did you mean ‘SECTIONS_SHIFT’?
return (iomap->addr + pos - iomap->offset) >> SECTOR_SHIFT;
^~~~~~~~~~~~
SECTIONS_SHIFT


--
~Randy