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

Commit 02d0a493 authored by Rob Clark's avatar Rob Clark Committed by Daniel Vetter
Browse files

drm: misc cleanup



Drop unused drm_atomic and fix comment for drm_debug.

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent fa3e967f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -37,11 +37,9 @@
#include "drm_legacy.h"
#include "drm_internal.h"

unsigned int drm_debug = 0;	/* 1 to enable debug output */
unsigned int drm_debug = 0;	/* bitmask of DRM_UT_x */
EXPORT_SYMBOL(drm_debug);

bool drm_atomic = 0;

MODULE_AUTHOR(CORE_AUTHOR);
MODULE_DESCRIPTION(CORE_DESC);
MODULE_LICENSE("GPL and additional rights");