]> Git Repo - qemu.git/commit
mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.c
authorPhilippe Mathieu-Daudé <[email protected]>
Fri, 18 Oct 2019 13:35:46 +0000 (15:35 +0200)
committerPaolo Bonzini <[email protected]>
Thu, 24 Oct 2019 12:24:55 +0000 (14:24 +0200)
commitd93884e89bb6bf26ebffdee5887907cf940b3090
tree1039ee1c6f8d073bab65e5941748c91b609d6e16
parentd578f7dfb4e4b911fd7c6418b9344dc3dccad7f3
mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.c

Devices/boards wanting to use the MC146818 RTC don't need
the knowledge its internal registers. Move the "mc146818rtc_regs.h"
inclusion to mc146818rtc.c where it is required.

We can not move this file from include/hw/timer/ to hw/timer/ for
local inclusion because the ACPI FADT table use the RTC_CENTURY
register address.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20191018133547[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
hw/timer/mc146818rtc.c
include/hw/timer/mc146818rtc.h
This page took 0.023409 seconds and 4 git commands to generate.