From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pf1-x442.google.com ([2607:f8b0:4864:20::442]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1giDdD-0006d7-UM for barebox@lists.infradead.org; Sat, 12 Jan 2019 07:23:07 +0000 Received: by mail-pf1-x442.google.com with SMTP id 64so7991854pfr.9 for ; Fri, 11 Jan 2019 23:22:59 -0800 (PST) From: Andrey Smirnov Date: Fri, 11 Jan 2019 23:22:28 -0800 Message-Id: <20190112072234.21878-11-andrew.smirnov@gmail.com> In-Reply-To: <20190112072234.21878-1-andrew.smirnov@gmail.com> References: <20190112072234.21878-1-andrew.smirnov@gmail.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 10/16] PCI: Drop "name" from struct pci_bus To: barebox@lists.infradead.org Cc: Andrey Smirnov This field is not used by Barebox. Remove it. No functional change intended. Signed-off-by: Andrey Smirnov --- include/linux/pci.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox