mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 04:30:00 +02:00
We observed: 'dmasound_setup' defined but not used error with
COMPILER=gcc ARCH=m68k DEFCONFIG=allmodconfig build.
Fix it by adding __maybe_unused to dmasound_setup.
Error(s):
sound/oss/dmasound/dmasound_core.c:1431:12: error: 'dmasound_setup' defined but not used [-Werror=unused-function]
Fixes:
|
||
|---|---|---|
| .. | ||
| dmasound | ||
| .gitignore | ||