update-linux-headers.sh: Fake types.h doesn't need to include anything
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 14:18:31 +0000 (14:18 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Mar 2016 12:48:11 +0000 (12:48 +0000)
commit8bc92a762ab922ab24231807e72f76c4316a1a4d
tree0969089d3a192efdc0f152071f37c139e68bfce7
parent8816c600d3a5d5afd3264d314417fedb1bfb3094
update-linux-headers.sh: Fake types.h doesn't need to include anything

We have a fake linux/types.h which we create in update-linux-headers.h.
Now that every QEMU source file includes osdep.h, this fake header
doesn't need to include anything at all.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 1456237112-32662-4-git-send-email-peter.maydell@linaro.org
scripts/update-linux-headers.sh