drm/sti/sti_hdmi: Move 'colorspace_mode_names' array to where its used
[linux-block.git] / drivers / gpu / drm / sti / sti_hdmi.h
index 1f6dc90b5d83af7d4e6c74ae1166713592f74738..05b2f3d0d48d3a208499d8421f8e5b6ec103a93c 100644 (file)
@@ -33,12 +33,6 @@ struct hdmi_audio_params {
        struct hdmi_audio_infoframe cea;
 };
 
-static const struct drm_prop_enum_list colorspace_mode_names[] = {
-       { HDMI_COLORSPACE_RGB, "rgb" },
-       { HDMI_COLORSPACE_YUV422, "yuv422" },
-       { HDMI_COLORSPACE_YUV444, "yuv444" },
-};
-
 #define DEFAULT_COLORSPACE_MODE HDMI_COLORSPACE_RGB
 
 /**