commit | f35efc78add6439a9fbe611f2dd517641e82d067 | [log] [tgz] |
---|---|---|
author | John Ogness <john.ogness@linutronix.de> | Sat Sep 19 00:40:21 2020 +0206 |
committer | Petr Mladek <pmladek@suse.com> | Tue Sep 22 11:39:18 2020 +0200 |
tree | 736e3e46f7f8bf4c54d9fb671267391df6fa4b9f | |
parent | 74caba7f2a0685575b3ee5330a118f5922485e02 [diff] |
printk: remove dict ring Since there is no code that will ever store anything into the dict ring, remove it. If any future dictionary properties are to be added, these should be added to the struct printk_info. Signed-off-by: John Ogness <john.ogness@linutronix.de> Reviewed-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20200918223421.21621-4-john.ogness@linutronix.de