-
Peter Maydell authored
virtio-input-hid.c undefines CONFIG_CURSES before including ui/console.h. However since commits e2f82e92 and b0766612 that header does not have behaviour dependent on CONFIG_CURSES. Remove the now-unneeded undef. Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Reviewed-by:
Thomas Huth <thuth@redhat.com>
Acked-by:
Michael S. Tsirkin <mst@redhat.com>
Message-id: 20200723192457.28136-1-peter.maydell@linaro.org
Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>Peter Maydell authoredvirtio-input-hid.c undefines CONFIG_CURSES before including ui/console.h. However since commits e2f82e92 and b0766612 that header does not have behaviour dependent on CONFIG_CURSES. Remove the now-unneeded undef. Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Reviewed-by:
Thomas Huth <thuth@redhat.com>
Acked-by:
Michael S. Tsirkin <mst@redhat.com>
Message-id: 20200723192457.28136-1-peter.maydell@linaro.org
Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>
Loading