diff options
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe_nouveau.c')
-rw-r--r-- | src/gallium/targets/pipe-loader/pipe_nouveau.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe_nouveau.c b/src/gallium/targets/pipe-loader/pipe_nouveau.c index 9adba1c85c0..06fe95624d1 100644 --- a/src/gallium/targets/pipe-loader/pipe_nouveau.c +++ b/src/gallium/targets/pipe-loader/pipe_nouveau.c @@ -17,10 +17,5 @@ create_screen(int fd, const struct pipe_screen_config *config) return screen; } -static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) -{ - return NULL; -} - PUBLIC -DRM_DRIVER_DESCRIPTOR("nouveau", create_screen, drm_configuration) +DRM_DRIVER_DESCRIPTOR("nouveau", NULL, create_screen) |