intel: make intelUpdateScreenFromSAREA() static

This commit is contained in:
Brian Paul
2009-01-26 12:36:17 -07:00
parent 66c7f06413
commit aae2729aeb
2 changed files with 1 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ intelPrintSAREA(const drm_i915_sarea_t * sarea)
* A number of the screen parameters are obtained/computed from
* information in the SAREA. This function updates those parameters.
*/
void
static void
intelUpdateScreenFromSAREA(intelScreenPrivate * intelScreen,
drm_i915_sarea_t * sarea)
{