pci: sandbox: emul: Rename priv structure
authorBin Meng <bmeng.cn@gmail.com>
Fri, 3 Aug 2018 08:14:49 +0000 (01:14 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Aug 2018 11:49:31 +0000 (12:49 +0100)
commit841f3216c298dbc5cf6802eac9ffe1e4da1167f4
treecd68d408b5a39811a6e954d27fbd83053a733d6b
parent82b310430892d56a9cf1942a19ea33d9d8e47243
pci: sandbox: emul: Rename priv structure

We have "struct sandbox_pci_priv" in pci_sandbox driver. To avoid
confusion, rename the emul's priv to "struct sandbox_pci_emul_priv".

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/pci/pci-emul-uclass.c