The pointer is used no where, so let's save that space. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- include/linux/printk.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/printk.h b/include/linux/printk.h index 978e853bab48..76cdb15d5b4c 100644 --- a/include/linux/printk.h +++ b/include/linux/printk.h @@ -149,7 +149,6 @@ int __pr_memory_display(int level, const void *addr, loff_t offs, unsigned nbyte struct log_entry { struct list_head list; char *msg; - void *dummy; uint64_t timestamp; int level; }; -- 2.39.2