From: Michael S. Tsirkin Date: Wed, 18 Feb 2015 15:37:35 +0000 (+0100) Subject: update-linux-headers.sh: s/__inline__/inline/ X-Git-Tag: v2.3.0-rc0~34^2~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c16758cb4f273f72606cd9002fa31c2651822fcd;p=thirdparty%2Fqemu.git update-linux-headers.sh: s/__inline__/inline/ Thomas Huth noticed that some linux headers use __inline__, change to inline to be consistent with the rest of QEMU. Reported-by: Thomas Huth Signed-off-by: Michael S. Tsirkin --- diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 9680e2711a5..f208ec9c51d 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -53,6 +53,7 @@ cp_virtio() { -e 's/]*\)>/"standard-headers\/linux\/\1"/' \ -e 's/__bitwise__//' \ -e 's/__attribute__((packed))/QEMU_PACKED/' \ + -e 's/__inline__/inline/' \ "$f" > "$to/$header"; done fi