From bebb18084c5c906a42af405315adbd3beb2e40bd Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 13 Jan 2019 22:17:03 -0800 Subject: PCI: Drop "name" from struct pci_bus This field is not used by Barebox. Remove it. No functional change intended. Reviewed-by: Sam Ravnborg Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- include/linux/pci.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/linux/pci.h b/include/linux/pci.h index d7a0e2babc..a519a9dc81 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -137,8 +137,6 @@ struct pci_bus { unsigned char primary; /* number of primary bridge */ unsigned char secondary; /* number of secondary bridge */ unsigned char subordinate; /* max number of subordinate buses */ - - char name[48]; }; /* Low-level architecture-dependent routines */ -- cgit v1.2.3