gma500: mark psb_driver_device_is_agp() and psb_driver_preclose() as static

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Kirill A. Shutemov
2012-03-08 16:08:45 +00:00
committed by Dave Airlie
parent 1fc93332cd
commit 15308e23fb

View File

@@ -410,7 +410,7 @@ out_err:
return ret; return ret;
} }
int psb_driver_device_is_agp(struct drm_device *dev) static int psb_driver_device_is_agp(struct drm_device *dev)
{ {
return 0; return 0;
} }
@@ -601,7 +601,7 @@ static long psb_unlocked_ioctl(struct file *filp, unsigned int cmd,
/* When a client dies: /* When a client dies:
* - Check for and clean up flipped page state * - Check for and clean up flipped page state
*/ */
void psb_driver_preclose(struct drm_device *dev, struct drm_file *priv) static void psb_driver_preclose(struct drm_device *dev, struct drm_file *priv)
{ {
} }