]> git.ipfire.org Git - thirdparty/qemu.git/commit
update-linux-headers: Include const.h
authorEric Farman <farman@linux.ibm.com>
Mon, 4 Jan 2021 20:20:55 +0000 (21:20 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 21 Jan 2021 10:19:45 +0000 (11:19 +0100)
commitab5ec23f9cc25215c1281d575c07c0f35e8e9e26
tree5b11bc9a99c8242004baf027f4a55ac4487f1a5c
parente312fa1d78a2387c2ca1f40b88b29d9fdca4dbfc
update-linux-headers: Include const.h

Kernel commit a85cbe6159ff ("uapi: move constants from
<linux/kernel.h> to <linux/const.h>") breaks our script
because of the unrecognized include. Let's add that to
our processing.

Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210104202057.48048-2-farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
scripts/update-linux-headers.sh