commit | 841f3216c298dbc5cf6802eac9ffe1e4da1167f4 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 03 01:14:49 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 08 12:49:31 2018 +0100 |
tree | cd68d408b5a39811a6e954d27fbd83053a733d6b | |
parent | 82b310430892d56a9cf1942a19ea33d9d8e47243 [diff] |
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>