Skip to content

Commit d011f0c

Browse files
committed
Merge tag 'drm-misc-next-fixes-2023-06-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Short summary of fixes pull: * fbdev: Fix module infos on sparc Signed-off-by: Dave Airlie <[email protected]> From: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20230629113814.GA10448@linux-uq9g
2 parents 5ff2977 + 861c249 commit d011f0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/sparc/video/fbdev.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ int fb_is_primary_device(struct fb_info *info)
2121
return 0;
2222
}
2323
EXPORT_SYMBOL(fb_is_primary_device);
24+
25+
MODULE_DESCRIPTION("Sparc fbdev helpers");
26+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)