Skip to content

Commit

Permalink
gma500: mark psb_driver_device_is_agp() and psb_driver_preclose() as …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Kirill A. Shutemov authored and Dave Airlie committed Mar 10, 2012
1 parent 1fc9333 commit 15308e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/gma500/psb_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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)
{
}

Expand Down

0 comments on commit 15308e2

Please sign in to comment.