Commit aff138ab authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie

drm: fix minor function header issue

From: Ian Romanick <idr@us.ibm.com>
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 7ab98401
...@@ -127,7 +127,7 @@ static drm_ioctl_desc_t drm_ioctls[] = { ...@@ -127,7 +127,7 @@ static drm_ioctl_desc_t drm_ioctls[] = {
* *
* Frees every resource in \p dev. * Frees every resource in \p dev.
* *
* \sa drm_device and setup(). * \sa drm_device
*/ */
int drm_takedown( drm_device_t *dev ) int drm_takedown( drm_device_t *dev )
{ {
...@@ -321,7 +321,7 @@ EXPORT_SYMBOL(drm_init); ...@@ -321,7 +321,7 @@ EXPORT_SYMBOL(drm_init);
* *
* Cleans up all DRM device, calling takedown(). * Cleans up all DRM device, calling takedown().
* *
* \sa drm_init(). * \sa drm_init
*/ */
static void drm_cleanup( drm_device_t *dev ) static void drm_cleanup( drm_device_t *dev )
{ {
......
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