Skip to content

Commit

Permalink
Added the 'static' keyword to evdi_was_called_by_mutter
Browse files Browse the repository at this point in the history
  • Loading branch information
displaylink-emajewsk committed Jan 28, 2022
1 parent 1568835 commit 48c5764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/evdi_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static struct drm_gem_object_funcs gem_obj_funcs = {
};
#endif

bool evdi_was_called_by_mutter(void)
static bool evdi_was_called_by_mutter(void)
{
char task_comm[TASK_COMM_LEN] = { 0 };

Expand Down

0 comments on commit 48c5764

Please sign in to comment.