Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: ppc: Add missing inclusion of linux/module.h
Otherwise it triggers a compile warning like: sound/ppc/keywest.c:104:1: warning: data definition has no type or storage class sound/ppc/keywest.c:104:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int] Fixes: a2bc2af ('ALSA: ppc: keywest: Export I2C module alias information') Reported-by: kbuild test robot <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information