Merge tag 'timers-v5.12-rc1' of https://git.linaro.org/people/daniel.lezcano/linux...
[linux-2.6-microblaze.git] / scripts / genksyms / keywords.c
index 057c6ca..b85e097 100644 (file)
@@ -32,6 +32,9 @@ static struct resword {
        { "restrict", RESTRICT_KEYW },
        { "asm", ASM_KEYW },
 
+       // c11 keywords that can be used at module scope
+       { "_Static_assert", STATIC_ASSERT_KEYW },
+
        // attribute commented out in modutils 2.4.2.  People are using 'attribute' as a
        // field name which breaks the genksyms parser.  It is not a gcc keyword anyway.
        // KAO. },