mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
pflash: Clean up after commit 368a354f02
, part 1
QOMification left parameter @qdev unused in pflash_cfi01_register() and pflash_cfi02_register(). All callers pass NULL. Remove. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190308094610.21210-15-armbru@redhat.com>
This commit is contained in:
parent
7ebfece56a
commit
940d5b132f
23 changed files with 31 additions and 33 deletions
|
@ -14,7 +14,7 @@
|
|||
typedef struct PFlashCFI01 PFlashCFI01;
|
||||
|
||||
PFlashCFI01 *pflash_cfi01_register(hwaddr base,
|
||||
DeviceState *qdev, const char *name,
|
||||
const char *name,
|
||||
hwaddr size,
|
||||
BlockBackend *blk,
|
||||
uint32_t sector_len, int nb_blocs,
|
||||
|
@ -33,7 +33,7 @@ MemoryRegion *pflash_cfi01_get_memory(PFlashCFI01 *fl);
|
|||
typedef struct PFlashCFI02 PFlashCFI02;
|
||||
|
||||
PFlashCFI02 *pflash_cfi02_register(hwaddr base,
|
||||
DeviceState *qdev, const char *name,
|
||||
const char *name,
|
||||
hwaddr size,
|
||||
BlockBackend *blk,
|
||||
uint32_t sector_len, int nb_blocs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue