diff --git a/drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c b/drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c index a59e8c2a02a9..d53624ee30df 100644 --- a/drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c +++ b/drivers/gpu/drm/rockchip/rockchip_ebc_blit_neon.c @@ -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 "); +MODULE_DESCRIPTION("Rockchip EBC NEON functions"); MODULE_LICENSE("GPL v2");