Skip to content

Commit

Permalink
drivers/video/fbdev/starfive: fix modpost build error (missing license)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed May 14, 2021
1 parent 810c332 commit b629a69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/video/fbdev/starfive/starfive_display_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@ struct sf_fb_display_dev* sf_fb_display_dev_get(struct sf_fb_data *fb_data)
return dev;
}
EXPORT_SYMBOL(sf_fb_display_dev_get);

MODULE_AUTHOR("StarFive Technology Co., Ltd.");
MODULE_DESCRIPTION("framebuffer device for StarFive");
MODULE_LICENSE("GPL");

0 comments on commit b629a69

Please sign in to comment.