mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
tests/exynos: Fix missing static keyword
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
This commit is contained in:
parent
cfbe9c9807
commit
8dff7a0478
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev,
|
|||
|
||||
/* Allocate buffer and fill it with checkerboard pattern, where the tiles *
|
||||
* have a random color. The caller has to free the buffer. */
|
||||
void *create_checkerboard_pattern(unsigned int num_tiles_x,
|
||||
static void *create_checkerboard_pattern(unsigned int num_tiles_x,
|
||||
unsigned int num_tiles_y, unsigned int tile_size)
|
||||
{
|
||||
unsigned int *buf;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue