diff options
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe_r300.c')
-rw-r--r-- | src/gallium/targets/pipe-loader/pipe_r300.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe_r300.c b/src/gallium/targets/pipe-loader/pipe_r300.c index 1c42f4e36ad..17b310ee189 100644 --- a/src/gallium/targets/pipe-loader/pipe_r300.c +++ b/src/gallium/targets/pipe-loader/pipe_r300.c @@ -13,10 +13,5 @@ create_screen(int fd, const struct pipe_screen_config *config) return sws ? debug_screen_wrap(sws->screen) : NULL; } -static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) -{ - return NULL; -} - PUBLIC -DRM_DRIVER_DESCRIPTOR("r300", create_screen, drm_configuration) +DRM_DRIVER_DESCRIPTOR("r300", NULL, create_screen) |