mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
hppa: remove the empty hppa_sys.h file
This file is now just a simple wrapper that includes hppa_hardware.h so remove the file completely, and update its single user in machine.c to include hppa_hardware.h directly. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20220504092600.10048-48-mark.cave-ayland@ilande.co.uk> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
932befaa55
commit
148da67085
2 changed files with 1 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
||||||
/* HPPA cores and system support chips. */
|
|
||||||
|
|
||||||
#ifndef HW_HPPA_SYS_H
|
|
||||||
#define HW_HPPA_SYS_H
|
|
||||||
|
|
||||||
#include "hppa_hardware.h"
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include "hw/pci/pci.h"
|
#include "hw/pci/pci.h"
|
||||||
#include "hw/pci-host/dino.h"
|
#include "hw/pci-host/dino.h"
|
||||||
#include "hw/misc/lasi.h"
|
#include "hw/misc/lasi.h"
|
||||||
#include "hppa_sys.h"
|
#include "hppa_hardware.h"
|
||||||
#include "qemu/units.h"
|
#include "qemu/units.h"
|
||||||
#include "qapi/error.h"
|
#include "qapi/error.h"
|
||||||
#include "net/net.h"
|
#include "net/net.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue