Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 1fc93332
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ static int psb_driver_load(struct drm_device *dev, unsigned long chipset)
	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;
}
@@ -601,7 +601,7 @@ static long psb_unlocked_ioctl(struct file *filp, unsigned int cmd,
/* When a client dies:
 *    - 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)
{
}