Commit 4133d018 authored by Dave Airlie's avatar Dave Airlie

drm/ttm: make device_released static

fixes sparse warning, and removes potentially dangerous name from namespace.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 3b9c214a
......@@ -35,7 +35,7 @@
#include <drm/drm_sysfs.h>
static DECLARE_WAIT_QUEUE_HEAD(exit_q);
atomic_t device_released;
static atomic_t device_released;
static struct device_type ttm_drm_class_type = {
.name = "ttm",
......
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