Commit 15308e23 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Dave Airlie

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

Signed-off-by: default avatarKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 1fc93332
...@@ -410,7 +410,7 @@ static int psb_driver_load(struct drm_device *dev, unsigned long chipset) ...@@ -410,7 +410,7 @@ static int psb_driver_load(struct drm_device *dev, unsigned long chipset)
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, ...@@ -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)
{ {
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment