projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fs/Kconfig: move fuse out
[linux-2.6]
/
scripts
/
genksyms
/
parse.y
diff --git
a/scripts/genksyms/parse.y
b/scripts/genksyms/parse.y
index
408cdf8
..
10d7dc7
100644
(file)
--- a/
scripts/genksyms/parse.y
+++ b/
scripts/genksyms/parse.y
@@
-446,7
+446,7
@@
member_bitfield_declarator:
attribute_opt:
/* empty */ { $$ = NULL; }
- | ATTRIBUTE_PHRASE
+ |
attribute_opt
ATTRIBUTE_PHRASE
;
asm_definition: