mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 09a56fbe8a
			
		
	
	
		09a56fbe8a
		
	
	
	
	
		
			
			Drop use of the deprecated drmP.h header. Sort includes in blocks while touching the files. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Eric Anholt <eric@anholt.net> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190716064220.18157-4-sam@ravnborg.org
		
			
				
	
	
		
			13 lines
		
	
	
		
			239 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			239 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <linux/device.h>
 | |
| #include "pl111_drm.h"
 | |
| 
 | |
| #ifndef PL111_VERSATILE_H
 | |
| #define PL111_VERSATILE_H
 | |
| 
 | |
| struct device;
 | |
| struct pl111_drm_dev_private;
 | |
| 
 | |
| int pl111_versatile_init(struct device *dev, struct pl111_drm_dev_private *priv);
 | |
| 
 | |
| #endif
 |