Skip to content

Commit 2c9728c

Browse files
pm215kraxel
authored andcommitted
hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSES
virtio-input-hid.c undefines CONFIG_CURSES before including ui/console.h. However since commits e2f82e9 and b076661 that header does not have behaviour dependent on CONFIG_CURSES. Remove the now-unneeded undef. Signed-off-by: Peter Maydell <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]> Message-id: [email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
1 parent 8d94298 commit 2c9728c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hw/input/virtio-input-hid.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "hw/qdev-properties.h"
1313
#include "hw/virtio/virtio-input.h"
1414

15-
#undef CONFIG_CURSES
1615
#include "ui/console.h"
1716

1817
#include "standard-headers/linux/input.h"

0 commit comments

Comments
 (0)