Merge tag 'dt-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / counter / interrupt-cnt.c
index d06367b..1de4243 100644 (file)
@@ -115,8 +115,8 @@ static int interrupt_cnt_write(struct counter_device *counter,
        return 0;
 }
 
-static const enum counter_count_function interrupt_cnt_functions[] = {
-       COUNTER_COUNT_FUNCTION_INCREASE,
+static const enum counter_function interrupt_cnt_functions[] = {
+       COUNTER_FUNCTION_INCREASE,
 };
 
 static int interrupt_cnt_function_get(struct counter_device *counter,