From: Rob Herring Date: Sat, 10 Jan 2015 02:34:36 +0000 (-0600) Subject: MIPS: Add struct pci_ops member names to initialization X-Git-Tag: fixes-v4.0-rc1~21^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b09777c187dcbe3e0f4f53890eb2f6953801d88;p=pandora-kernel.git MIPS: Add struct pci_ops member names to initialization Some instances of pci_ops initialization rely on the read/write members' location in the struct. This is fragile and may break when adding new members to the beginning of the struct. [ralf@linux-mips.org: indent = with tabs for consistency.] Signed-off-by: Rob Herring Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: Arnd Bergmann Cc: linux-pci@vger.kernel.org Cc: Bjorn Helgaas Patchwork: https://patchwork.linux-mips.org/patch/8915/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed