Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258911
b: refs/heads/master
c: f210735
h: refs/heads/master
i:
  258909: 67e6882
  258907: a05ecf3
  258903: c35cfdb
  258895: 7e16e04
  258879: 8a1a8a2
v: v3
  • Loading branch information
Markus Trippelsdorf authored and Michal Marek committed Jun 24, 2011
1 parent 6dbc273 commit 270bbdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e05981b5b79afb42adb754c558ee050092d2d85
refs/heads/master: f210735fe2f17a6225432ee3d1239bcf23a8659c
1 change: 1 addition & 0 deletions trunk/scripts/headers_install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <linux\/compiler.h>//;
$line =~ s/(^|\s)(inline)\b/$1__$2__/g;
$line =~ s/(^|\s)(asm)\b(\s|[(]|$)/$1__$2__$3/g;
Expand Down

0 comments on commit 270bbdf

Please sign in to comment.