mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ANDROID: drivers: gpu: drm: fix export symbol type
In commit c9b38cbd8681 ("ANDROID: drivers: gpu: drm: export
drm_mode_convert_umode symbol") a new symbol was exported, but it should
have been set as a _GPL symbol.
Fix this up by properly changing the export type.
Bug: 139653858
Cc: Shashank Babu Chinta Venkata <sbchin@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ib33860bcba4676c9d0538f58b500d094b8357867
This commit is contained in:
@@ -2053,7 +2053,7 @@ int drm_mode_convert_umode(struct drm_device *dev,
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(drm_mode_convert_umode);
|
||||
EXPORT_SYMBOL_GPL(drm_mode_convert_umode);
|
||||
|
||||
/**
|
||||
* drm_mode_is_420_only - if a given videomode can be only supported in YCBCR420
|
||||
|
||||
Reference in New Issue
Block a user