Skip to content

Commit 33c4728

Browse files
authored
drivers/input/input_booster.c: declare arguments of is_ib_init_succeed()
This resolves a compile error caused by is_ib_init_succeed() not defining any arguments.
1 parent 503106d commit 33c4728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/input_booster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ void init_sysfs_device(struct class* sysfs_class, struct t_ib_device_tree* ib_dt
553553
}
554554
}
555555

556-
int is_ib_init_succeed()
556+
int is_ib_init_succeed(void)
557557
{
558558
return (ib_trigger != NULL && ib_device_trees != NULL &&
559559
ib_list != NULL && qos_list != NULL) ? 1 : 0;

0 commit comments

Comments
 (0)