mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Patch adds prefix cdns3- to all file names related only to cdns3 driver. Signed-off-by: Pawel Laszczak <pawell@cadence.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			C
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0
 | 
						|
/*
 | 
						|
 * USBSS device controller driver Trace Support
 | 
						|
 *
 | 
						|
 * Copyright (C) 2018-2019 Cadence.
 | 
						|
 *
 | 
						|
 * Author: Pawel Laszczak <pawell@cadence.com>
 | 
						|
 */
 | 
						|
 | 
						|
#define CREATE_TRACE_POINTS
 | 
						|
#include "cdns3-trace.h"
 |