lib/printk: Removed unused 'count' field in printk context There's no use of the 'count' field of the context, so remove it. Because that's the only member of struct out_context, remove the whole struct. Signed-off-by: Keith Packard <keithp@keithp.com>