Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
techpack: display: Make it compile
Browse files Browse the repository at this point in the history
Change-Id: I214979eb1b8640968cb512cf49c26d8b177bd85f
  • Loading branch information
luk1337 authored and YumeMichi committed Jan 8, 2024
1 parent 9687df1 commit 551faf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techpack/display/oplus/oplus_display_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static int __init oplus_display_panel_init(void)
return rc;
}

void __exit oplus_display_panel_exit(void)
static void __exit oplus_display_panel_exit(void)
{
pr_info("%s\n", __func__);

Expand Down

0 comments on commit 551faf9

Please sign in to comment.