[PATCH 08/20] drm: drop __KERNEL__ protection in drmP.h

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 12:12:34PM +0200, David Herrmann wrote: > drmP.h is internal to the kernel. No need to keep the __KERNEL__ > protection. > > Signed-off-by: David Herrmann > --- > include/drm/drmP.h | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Thierry Reding --

[PATCH 08/20] drm: drop __KERNEL__ protection in drmP.h

2014-08-29 Thread David Herrmann
drmP.h is internal to the kernel. No need to keep the __KERNEL__ protection. Signed-off-by: David Herrmann --- include/drm/drmP.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 31fb300..d3504c6 100644 --- a/include/drm/drmP.h +++