forked from mirrors/linux
		
	Commit b24413180f added
"SPDX-License-Identifier: GPL-2.0" to files which previously had no
license, change this to MIT for radeon matching the license text of the
other radeon files.
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
		
	
			
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			237 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			237 B
		
	
	
	
		
			C
		
	
	
	
	
	
// SPDX-License-Identifier: MIT
 | 
						|
/* Copyright Red Hat Inc 2010.
 | 
						|
 * Author : Dave Airlie <airlied@redhat.com>
 | 
						|
 */
 | 
						|
#include <drm/drmP.h>
 | 
						|
#include <drm/radeon_drm.h>
 | 
						|
#include "radeon.h"
 | 
						|
 | 
						|
#define CREATE_TRACE_POINTS
 | 
						|
#include "radeon_trace.h"
 |