rockchip_ebc: add module author and description

This commit is contained in:
hrdl 2025-05-04 14:32:43 +02:00 committed by Antoine Martin
parent 1a54f28a13
commit 519e00dd66

View file

@ -1231,4 +1231,6 @@ void rockchip_ebc_blit_fb_r8_y4_hints_neon(const struct rockchip_ebc *ebc,
}
EXPORT_SYMBOL(rockchip_ebc_blit_fb_r8_y4_hints_neon);
MODULE_AUTHOR("hrdl <git@hrdl.eu>");
MODULE_DESCRIPTION("Rockchip EBC NEON functions");
MODULE_LICENSE("GPL v2");