summaryrefslogtreecommitdiff
path: root/pcap_mm.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-09pcap_io: introduce init_once helper that is called with priviledgesDaniel Borkmann1-1/+5
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+197
commit7b0b11133cbf14fe7113a7fa8506ac18f35c9ea5 (patch) tree206df3710b166954e1353ed02244a2062ed909b3 parentd41d2959593b920e855cdd8d1829c33d34fb1071 (diff)
PCI: layerscape: Pass device-specific struct to internal functions
Only interfaces used from outside the driver, e.g., those called by the DesignWare core, need to accept pointers to the generic struct pcie_port. Internal interfaces can accept pointers to the device-specific struct, which makes them more straightforward. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat
-rw-r--r--drivers/pci/host/pci-layerscape.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pci/host/pci-layerscape.c b/drivers/pci/host/pci-layerscape.c