mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-10-29 20:22:52 +10:00
Since types of arguments accepted by tty_ldis_ops::receive_buf() have
changed, the driver no longer builds.
.../linux/sound/soc/ti/ams-delta.c:403:24: error: initialization of 'void (*)(struct tty_struct *, const u8 *, const u8 *, size_t)' {aka 'void (*)(struct tty_struct *, const unsigned char *, const unsigned char *, unsigned int)'} from incompatible pointer type 'void (*)(struct tty_struct *, const u8 *, const char *, int)' {aka 'void (*)(struct tty_struct *, const unsigned char *, const char *, int)'} [-Werror=incompatible-pointer-types]
403 | .receive_buf = cx81801_receive,
Fix it.
Fixes:
|
||
|---|---|---|
| .. | ||
| ams-delta.c | ||
| davinci-evm.c | ||
| davinci-i2s.c | ||
| davinci-i2s.h | ||
| davinci-mcasp.c | ||
| davinci-mcasp.h | ||
| edma-pcm.c | ||
| edma-pcm.h | ||
| j721e-evm.c | ||
| Kconfig | ||
| Makefile | ||
| n810.c | ||
| omap3pandora.c | ||
| omap-abe-twl6040.c | ||
| omap-dmic.c | ||
| omap-dmic.h | ||
| omap-hdmi.c | ||
| omap-mcbsp-priv.h | ||
| omap-mcbsp-st.c | ||
| omap-mcbsp.c | ||
| omap-mcbsp.h | ||
| omap-mcpdm.c | ||
| omap-mcpdm.h | ||
| omap-twl4030.c | ||
| osk5912.c | ||
| rx51.c | ||
| sdma-pcm.c | ||
| sdma-pcm.h | ||
| udma-pcm.c | ||
| udma-pcm.h | ||