]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/genksyms/parse.y
Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / scripts / genksyms / parse.y
index 408cdf82b27187694c11976f2bc01137bb3d28cc..10d7dc724b6d692a3ea283c4e0756798b03f73d6 100644 (file)
@@ -446,7 +446,7 @@ member_bitfield_declarator:
 
 attribute_opt:
        /* empty */                                     { $$ = NULL; }
-       | ATTRIBUTE_PHRASE
+       | attribute_opt ATTRIBUTE_PHRASE
        ;
 
 asm_definition: