st/egl: One driver per hardware.
[mesa.git] / src / gallium / state_trackers / egl / kms / native_kms.c
index 8ee80996a4ff051247ec7aaab48b3f2290775fca..dd4ea71140592833a08aec44ed095c822bd490d5 100644 (file)
@@ -800,7 +800,7 @@ kms_init_platform(struct native_platform *nplat)
 static struct native_platform kms_platform;
 
 const struct native_platform *
-native_get_platform(void)
+native_get_kms_platform(void)
 {
    kms_init_platform(&kms_platform);
    return &kms_platform;