ASoC: rsnd: Drop obsolete dependency on COMPILE_TEST
[linux-2.6-block.git] / tools / gpio / lsgpio.c
index 5a05a454d0c9793e10a218fcf380261f8ccb3462..c61d061247e1773ae2b81eaae21a899976184607 100644 (file)
@@ -65,6 +65,10 @@ struct gpio_flag flagnames[] = {
                .name = "bias-disabled",
                .mask = GPIO_V2_LINE_FLAG_BIAS_DISABLED,
        },
+       {
+               .name = "clock-realtime",
+               .mask = GPIO_V2_LINE_FLAG_EVENT_CLOCK_REALTIME,
+       },
 };
 
 static void print_attributes(struct gpio_v2_line_info *info)