[PATCH 10/20] drm: move __OS_HAS_AGP into drm_agpsupport.h

2014-08-29 Thread Daniel Vetter
On Fri, Aug 29, 2014 at 02:03:12PM +0200, Thierry Reding wrote: > On Fri, Aug 29, 2014 at 12:12:36PM +0200, David Herrmann wrote: > > With drm_memory.h gone, there is no header left that uses __OS_HAS_AGP. > > Move it into drm_agpsupport.h (which is itself included from drmP.h) to > > hide it harde

[PATCH 10/20] drm: move __OS_HAS_AGP into drm_agpsupport.h

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 12:12:36PM +0200, David Herrmann wrote: > With drm_memory.h gone, there is no header left that uses __OS_HAS_AGP. > Move it into drm_agpsupport.h (which is itself included from drmP.h) to > hide it harder from public eyes. > > Signed-off-by: David Herrmann > --- > include

[PATCH 10/20] drm: move __OS_HAS_AGP into drm_agpsupport.h

2014-08-29 Thread David Herrmann
With drm_memory.h gone, there is no header left that uses __OS_HAS_AGP. Move it into drm_agpsupport.h (which is itself included from drmP.h) to hide it harder from public eyes. Signed-off-by: David Herrmann --- include/drm/drmP.h | 2 -- include/drm/drm_agpsupport.h | 3 +++ 2 files ch