summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-12-11 11:34:46 +0100
committerDave Airlie <airlied@redhat.com>2013-12-18 11:35:45 +1000
commit4cda878b129aa873bc7c83c61f2a8d830b138de6 (patch)
treea4b52883b5128a9ddccca73b17405f8f95a207fb /include/drm
parent85b2331b3437a55c21cce3ee1ea0bd12301ecb56 (diff)
downloadop-kernel-dev-4cda878b129aa873bc7c83c61f2a8d830b138de6.zip
op-kernel-dev-4cda878b129aa873bc7c83c61f2a8d830b138de6.tar.gz
drm: Kill DRM_SUSER
Checking directly for the right capability is simpler. Also this rids us of a few places that use DRM_CURRENTPID. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_os_linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_os_linux.h b/include/drm/drm_os_linux.h
index 4300893..86ab99b 100644
--- a/include/drm/drm_os_linux.h
+++ b/include/drm/drm_os_linux.h
@@ -21,7 +21,6 @@ static inline void writeq(u64 val, void __iomem *reg)
/** Current process ID */
#define DRM_CURRENTPID task_pid_nr(current)
-#define DRM_SUSER(p) capable(CAP_SYS_ADMIN)
#define DRM_UDELAY(d) udelay(d)
/** Read a byte from a MMIO region */
#define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset))
OpenPOWER on IntegriCloud