2.5.73: ALSA ISA pnp_init_resource_table compile errors

Adrian Bunk (bunk@fs.tum.de)
Mon, 23 Jun 2003 01:44:47 +0200


On Sun, Jun 22, 2003 at 11:53:14AM -0700, Linus Torvalds wrote:
>...
> Summary of changes from v2.5.72 to v2.5.73
> ============================================
>...
> Adam Belay:
> o [PNP] Resource Management Cleanups and Updates
>...

This patch removed pnp_init_resource_table, but several drivers under
sound/isa/ still use it, resulting in compile errors like the following:

<-- snip -->

...
CC sound/isa/ad1816a/ad1816a.o
sound/isa/ad1816a/ad1816a.c: In function `snd_card_ad1816a_pnp':
sound/isa/ad1816a/ad1816a.c:143: warning: implicit declaration of
function `pnp_init_resource_table'
...
LD .tmp_vmlinux1
sound/built-in.o(.text+0x349c7): In function `snd_card_ad1816a_pnp':
: undefined reference to `pnp_init_resource_table'
sound/built-in.o(.text+0x34ad3): In function `snd_card_ad1816a_pnp':
: undefined reference to `pnp_init_resource_table'
make: *** [.tmp_vmlinux1] Error 1

<-- snip -->

cu
Adrian

-- 

"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/