]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/display/sm501: Remove unused include
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 12 Aug 2019 11:37:37 +0000 (13:37 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 21 Aug 2019 09:05:40 +0000 (11:05 +0200)
commitea2b7c9faaf22e74bc42a880ecf94c4f33c0d46e
tree924e730737a08159e8b03d95250d2f874d295605
parent54db89f5bbe5c12f238835aa94aa4b13ac22834d
hw/display/sm501: Remove unused include

The "cpu.h" include makes devices target-specific. Since it
is not used, remove it, so the device become generic (we can
now compile it once for all targets).

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190812113739.16587-2-philmd@redhat.com>
[lv: fix conflict with 650d103d3ea9
     ("Include hw/hw.h exactly where needed")]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/display/sm501.c