forked from mirrors/linux
		
	The name, channel_offset, timer_bit, clockevent_rating and clocksource_rating members are unused. Remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Tested-by: Simon Horman <horms+renesas@verge.net.au>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __SH_TIMER_H__
 | 
						|
#define __SH_TIMER_H__
 | 
						|
 | 
						|
struct sh_timer_config {
 | 
						|
	unsigned int channels_mask;
 | 
						|
};
 | 
						|
 | 
						|
#endif /* __SH_TIMER_H__ */
 |