Skip to content

Commit

Permalink
jesd204: jesd204-core: Declare jesd204_device_count_get() with void
Browse files Browse the repository at this point in the history
jesd204_device_count_get() was being declared with empty arguments.
Declare it with 'void'.

Signed-off-by: Nuno Sa <[email protected]>
  • Loading branch information
nunojsa committed Nov 14, 2023
1 parent abf12ba commit ac4017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/jesd204/jesd204-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bool jesd204_link_get_paused(const struct jesd204_link *lnk)
}
EXPORT_SYMBOL_GPL(jesd204_link_get_paused);

int jesd204_device_count_get()
int jesd204_device_count_get(void)
{
return jesd204_device_count;
}
Expand Down

0 comments on commit ac4017e

Please sign in to comment.