pci: Remove parameter 'class' of pci_rom_load()
authorBin Meng <bmeng.cn@gmail.com>
Fri, 24 Apr 2015 07:48:04 +0000 (15:48 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:49 +0000 (18:51 -0600)
commit81d0b354b04b7d3012f2388af3107bee14d3bf86
treeb9bb9abcd5de3cff21b048ac9987e865cbfe3a18
parentd57c2f24fc90ead0c53b06a9ae3daa1b7c44f411
pci: Remove parameter 'class' of pci_rom_load()

pci_rom_load() does not use its parameter 'class', so remove it.

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