[PATCH 6/8] drm: Move internal debugfs functions to drm_internal.h

2014-09-23 Thread David Herrmann
Hi On Tue, Sep 23, 2014 at 3:46 PM, Daniel Vetter wrote: > In my header cleanup I've missed the debugfs functions completely. I'd actually prefer a drm_debugfs.h, but I have some local patches that refactor drm-debugfs stuff, anyway. So I can do it later myself: Reviewed-by: David Herrmann T

[PATCH 6/8] drm: Move internal debugfs functions to drm_internal.h

2014-09-23 Thread Daniel Vetter
In my header cleanup I've missed the debugfs functions completely. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_internal.h | 28 include/drm/drmP.h | 25 - 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/dr