#ifndef COOKIE_H #define COOKIE_H extern void to_std_log(FILE **fp); #endif /* COOKIE_H */ s'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-10-06 13:38:05 -0500
committerBjorn Helgaas <bhelgaas@google.com>2016-10-11 23:14:22 -0500
commitd41d2959593b920e855cdd8d1829c33d34fb1071 (patch)
tree50f35583018e5d3e002a02c90fe7d4cc33c48265
parent9f6a148f829aa615b8fc638dad13f547c77790f4 (diff)
PCI: layerscape: Remove redundant struct ls_pcie.dbi
Remove the struct ls_pcie.dbi member, which is a duplicate of the generic pp.dbi_base member. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r--drivers/pci/host/pci-layerscape.c24
1 files changed, 11 insertions, 13 deletions
diff --git a/drivers/pci/host/pci-layerscape.c b/drivers/pci/host/pci-layerscape.c