diff options
author | Boris Brezillon <[email protected]> | 2019-07-02 10:25:26 +0200 |
---|---|---|
committer | Boris Brezillon <[email protected]> | 2019-07-02 14:57:35 +0200 |
commit | 079aaa9c6d9c61f00a37a5a888091c7366c2bd6f (patch) | |
tree | c3a665aab05f2c5ad11a0d3162299efa78a9cbb2 /src/gallium/drivers/panfrost/pan_screen.c | |
parent | 6608642d213cb7e13d64fcdfaefe06c9196997e4 (diff) |
panfrost: Get rid of the panfrost_driver abstraction leftovers
Commit 5f81669d880b ("panfrost: Remove the panfrost_driver abstraction")
left a few things behind, remove them now.
Signed-off-by: Boris Brezillon <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_screen.c')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_screen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/pan_screen.c b/src/gallium/drivers/panfrost/pan_screen.c index d6b1bc89fc1..d53a906838e 100644 --- a/src/gallium/drivers/panfrost/pan_screen.c +++ b/src/gallium/drivers/panfrost/pan_screen.c @@ -64,8 +64,6 @@ DEBUG_GET_ONCE_FLAGS_OPTION(pan_debug, "PAN_MESA_DEBUG", debug_options, 0) int pan_debug = 0; -struct panfrost_driver *panfrost_create_drm_driver(int fd); - static const char * panfrost_get_name(struct pipe_screen *screen) { |