Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: cpqphp: Remove unused struct ctrl_dbg.ctrl

'ctrl' is unused; remove it to save a few bytes when the structure is
allocated.

Link: https://lore.kernel.org/r/551d0cdaabcf69fcd09a565475c428e09c61e1a3.1728762751.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

authored by

Christophe JAILLET and committed by
Bjorn Helgaas
91a62967 5b036cad

-1
-1
drivers/pci/hotplug/cpqphp_sysfs.c
··· 123 123 struct ctrl_dbg { 124 124 int size; 125 125 char *data; 126 - struct controller *ctrl; 127 126 }; 128 127 129 128 #define MAX_OUTPUT (4*PAGE_SIZE)