forked from mirrors/linux
		
	drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper
'ds1742_rtc_of_match' is always compiled in. Hence the helper macro is not needed. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									24b34472e2
								
							
						
					
					
						commit
						5516f09717
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -228,7 +228,7 @@ static struct platform_driver ds1742_rtc_driver = {
 | 
				
			||||||
	.driver		= {
 | 
						.driver		= {
 | 
				
			||||||
		.name	= "rtc-ds1742",
 | 
							.name	= "rtc-ds1742",
 | 
				
			||||||
		.owner	= THIS_MODULE,
 | 
							.owner	= THIS_MODULE,
 | 
				
			||||||
		.of_match_table = of_match_ptr(ds1742_rtc_of_match),
 | 
							.of_match_table = ds1742_rtc_of_match,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue