diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-25 13:15:01 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-04-05 11:46:52 +0200 |
| commit | b89485a52e38dcdacffa311706734ee82a97fab9 (patch) | |
| tree | 980bf3a7b2f0ad6de8f27d72603d76ed333222da /include/standard-headers/linux/types.h | |
| parent | 92741fc4b6cbf7a8f6cce45e9a468d5637a4ff6a (diff) | |
| download | focaccia-qemu-b89485a52e38dcdacffa311706734ee82a97fab9.tar.gz focaccia-qemu-b89485a52e38dcdacffa311706734ee82a97fab9.zip | |
update Linux headers to 4.6
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/types.h')
| -rw-r--r-- | include/standard-headers/linux/types.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/standard-headers/linux/types.h b/include/standard-headers/linux/types.h index 0526c2b87c..9dbbc73e46 100644 --- a/include/standard-headers/linux/types.h +++ b/include/standard-headers/linux/types.h @@ -1,2 +1,3 @@ -#include <stdint.h> -#include "qemu/compiler.h" +/* For QEMU all types are already defined via osdep.h, so this + * header does not need to do anything. + */ |