drivers: gpu: Mark function as static in ttm_bo_util.c
authorRashika Kheria <rashika.kheria@gmail.com>
Mon, 6 Jan 2014 16:44:27 +0000 (22:14 +0530)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 8 Jan 2014 12:23:41 +0000 (13:23 +0100)
commitdcbff15a601b544c61e5f33c83576b1bb89c2130
tree428bc149cd78e038bde300e9adb3da686a893e7f
parent6e87fa481f428c3f5436b20c22b8c833c289205c
drivers: gpu: Mark function as static in ttm_bo_util.c

Mark functions as static because they are not used outside the file
drm/ttm/ttm_bo_util.c.

This eliminates the following warnings in drm/ttm/ttm_bo_util.c:
drivers/gpu/drm/ttm/ttm_bo_util.c:190:5: warning: no previous prototype for ‘ttm_mem_reg_ioremap’ [-Wmissing-prototypes]
drivers/gpu/drm/ttm/ttm_bo_util.c:222:6: warning: no previous prototype for ‘ttm_mem_reg_iounmap’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/ttm/ttm_bo_util.c