summary refs log tree commit diff stats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-07-17 10:52:12 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-07-17 10:52:12 +0100
commitfd1a9ef9c2493b5bc98e8e041333a57b635c5d71 (patch)
tree3ea0e8eebf0953e6f7bf5102c082da63fbe0f8bc /include
parentb4329bf41c86bac8b56cadb097081960cc4839a0 (diff)
parent562f93754b95fd6dc65ad9a2aa15a90b2da7e8a4 (diff)
downloadfocaccia-qemu-fd1a9ef9c2493b5bc98e8e041333a57b635c5d71.tar.gz
focaccia-qemu-fd1a9ef9c2493b5bc98e8e041333a57b635c5d71.zip
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150717-1' into staging
input: fixes for 2.4

# gpg: Signature made Fri Jul 17 07:45:17 2015 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"

* remotes/kraxel/tags/pull-input-20150717-1:
  hid: clarify hid_keyboard_process_keycode
  virtio-input: move sys/ioctl.h include
  virtio-input: fix segfault in virtio_input_hid_properties

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/standard-headers/linux/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/standard-headers/linux/input.h b/include/standard-headers/linux/input.h
index a459dd25da..b003c67059 100644
--- a/include/standard-headers/linux/input.h
+++ b/include/standard-headers/linux/input.h
@@ -10,7 +10,6 @@
 
 
 #include <sys/time.h>
-#include <sys/ioctl.h>
 #include <sys/types.h>
 #include "standard-headers/linux/types.h"