diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2018-05-25 14:27:54 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-01 15:14:31 +0200 |
| commit | 65a6d8dd3f322e91efa320f2811bec83dde36b6b (patch) | |
| tree | 0ce07583f33c185f008bd5afeb3c3083c066259c /include/standard-headers/linux/input.h | |
| parent | 2af1acadc22e86b9fff7b2cd73ea9c779ba1a065 (diff) | |
| download | focaccia-qemu-65a6d8dd3f322e91efa320f2811bec83dde36b6b.tar.gz focaccia-qemu-65a6d8dd3f322e91efa320f2811bec83dde36b6b.zip | |
Update Linux headers to 4.17-rc6
Update our copy of the Linux headers to upstream 4.17-rc6 (kernel commit 771c577c23bac90597c68). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20180525132755.21839-6-peter.maydell@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/input.h')
| -rw-r--r-- | include/standard-headers/linux/input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/standard-headers/linux/input.h b/include/standard-headers/linux/input.h index 939b62775c..6d6128c081 100644 --- a/include/standard-headers/linux/input.h +++ b/include/standard-headers/linux/input.h @@ -28,8 +28,8 @@ struct input_event { #define input_event_sec time.tv_sec #define input_event_usec time.tv_usec #else - __kernel_ulong_t __sec; - __kernel_ulong_t __usec; + unsigned long __sec; + unsigned long __usec; #define input_event_sec __sec #define input_event_usec __usec #endif |