tests/exynos: Fix missing static keyword

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
main
Jan Vesely 2015-03-18 14:23:47 -04:00
parent cfbe9c9807
commit 8dff7a0478
1 changed files with 1 additions and 1 deletions

View File

@ -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;