diff --git a/[refs] b/[refs] index 3a6d6c6a863a..a1f7b842edfe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e05981b5b79afb42adb754c558ee050092d2d85 +refs/heads/master: f210735fe2f17a6225432ee3d1239bcf23a8659c diff --git a/trunk/scripts/headers_install.pl b/trunk/scripts/headers_install.pl index efb3be10d428..48462be328bb 100644 --- a/trunk/scripts/headers_install.pl +++ b/trunk/scripts/headers_install.pl @@ -35,6 +35,7 @@ $line =~ s/([\s(])__iomem\s/$1/g; $line =~ s/\s__attribute_const__\s/ /g; $line =~ s/\s__attribute_const__$//g; + $line =~ s/\b__packed\b/__attribute__((packed))/g; $line =~ s/^#include //; $line =~ s/(^|\s)(inline)\b/$1__$2__/g; $line =~ s/(^|\s)(asm)\b(\s|[(]|$)/$1__$2__$3/g;