diff options
author | Mark Brown <broonie@kernel.org> | 2021-06-09 13:52:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-09 13:52:35 +0300 |
commit | c441bfb5f2866de71e092c1b9d866a65978dfe1a (patch) | |
tree | 51aca8f1e4b2de5819d4b83a4646f8448de75546 /sound/soc/ti/ams-delta.c | |
parent | bcc0f0c078771e983a7e602eb14efa02f811445f (diff) | |
parent | c4681547bcce777daf576925a966ffa824edd09d (diff) | |
download | linux-c441bfb5f2866de71e092c1b9d866a65978dfe1a.tar.xz |
Merge tag 'v5.13-rc3' into asoc-5.13
Linux 5.13-rc3
Diffstat (limited to 'sound/soc/ti/ams-delta.c')
-rw-r--r-- | sound/soc/ti/ams-delta.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/ti/ams-delta.c b/sound/soc/ti/ams-delta.c index 31462587f922..aba0017e870b 100644 --- a/sound/soc/ti/ams-delta.c +++ b/sound/soc/ti/ams-delta.c @@ -395,7 +395,6 @@ static void cx81801_wakeup(struct tty_struct *tty) } static struct tty_ldisc_ops cx81801_ops = { - .magic = TTY_LDISC_MAGIC, .name = "cx81801", .owner = THIS_MODULE, .open = cx81801_open, |