]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
misdn: dsp: select CONFIG_BITREVERSE
authorArnd Bergmann <arnd@arndb.de>
Sun, 3 Jan 2021 21:36:22 +0000 (22:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jan 2021 14:48:42 +0000 (15:48 +0100)
commit01a2660867d53064067d6a0eafcb5c123794f816
tree52e64ace1351b227eab6ce6703240e73700e2dac
parent28ac2dbbdb8a51aeae2b9e7ec400a8165303e0a8
misdn: dsp: select CONFIG_BITREVERSE

[ Upstream commit 51049bd903a81307f751babe15a1df8d197884e8 ]

Without this, we run into a link error

arm-linux-gnueabi-ld: drivers/isdn/mISDN/dsp_audio.o: in function `dsp_audio_generate_law_tables':
(.text+0x30c): undefined reference to `byte_rev_table'
arm-linux-gnueabi-ld: drivers/isdn/mISDN/dsp_audio.o:(.text+0x5e4): more undefined references to `byte_rev_table' follow

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/isdn/mISDN/Kconfig