From 120758fba4c52d1ccf3a8ae1fe3b7495f2b584d8 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 9 Sep 2015 14:50:17 +0200 Subject: update Linux headers to 4.3-rc1 The update to 4.2 was reviewed by Michael S. Tsirkin and Cornelia Huck. The further update to 4.3-rc1 only touches KVM files. Signed-off-by: Paolo Bonzini --- scripts/update-linux-headers.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index f0e830c..7f7b592 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -39,6 +39,7 @@ cp_virtio() { if grep '#include' "$f" | grep -v -e 'linux/virtio' \ -e 'linux/types' \ + -e 'stdint' \ -e 'linux/if_ether' \ -e 'sys/' \ > /dev/null -- cgit v1.1