mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 16:48:26 +02:00 
			
		
		
		
	 c367124e6c
			
		
	
	
		c367124e6c
		
	
	
	
	
		
			
			There's no need for core/trace.c to include rdma/ib_verbs.h twice. Link: https://lore.kernel.org/r/20200702141946.3775.51943.stgit@klimt.1015granger.net Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0-only
 | |
| /*
 | |
|  * Trace points for core RDMA functions.
 | |
|  *
 | |
|  * Author: Chuck Lever <chuck.lever@oracle.com>
 | |
|  *
 | |
|  * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
 | |
|  */
 | |
| 
 | |
| #define CREATE_TRACE_POINTS
 | |
| 
 | |
| #include <trace/events/rdma_core.h>
 |