diff options
author | Philippe Mathieu-Daudé | 2017-10-17 18:44:15 +0200 |
---|---|---|
committer | Michael Tokarev | 2017-12-18 15:07:02 +0100 |
commit | acf695eca605ed18fd485af3414e78d1edf93082 (patch) | |
tree | 771418d816da1da50f957b3108a05fe3e3aae55c /hw/timer/i8254.c | |
parent | hw/unicore32: restrict hw addr defines to source file (diff) | |
download | qemu-acf695eca605ed18fd485af3414e78d1edf93082.tar.gz qemu-acf695eca605ed18fd485af3414e78d1edf93082.tar.xz qemu-acf695eca605ed18fd485af3414e78d1edf93082.zip |
hw/timer/i8254: rename pit_init() -> i8254_pit_init()
and remove the old i386/pc dependency
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/timer/i8254.c')
-rw-r--r-- | hw/timer/i8254.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/timer/i8254.c b/hw/timer/i8254.c index 5e61ad50a8..dbc4a0baec 100644 --- a/hw/timer/i8254.c +++ b/hw/timer/i8254.c @@ -23,7 +23,6 @@ */ #include "qemu/osdep.h" #include "hw/hw.h" -#include "hw/i386/pc.h" #include "hw/isa/isa.h" #include "qemu/timer.h" #include "hw/timer/i8254.h" |