drivers/rtc/rtc-twl.c: cleanup with module_platform_driver() conversion
Use module_platform_driver() to register the platform driver. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Kevin Hilman <khilman@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
							
								
									d3869ff684
								
							
						
					
					
						commit
						5ee67484de
					
				@ -626,17 +626,7 @@ static struct platform_driver twl4030rtc_driver = {
 | 
			
		||||
	},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static int __init twl_rtc_init(void)
 | 
			
		||||
{
 | 
			
		||||
	return platform_driver_register(&twl4030rtc_driver);
 | 
			
		||||
}
 | 
			
		||||
module_init(twl_rtc_init);
 | 
			
		||||
 | 
			
		||||
static void __exit twl_rtc_exit(void)
 | 
			
		||||
{
 | 
			
		||||
	platform_driver_unregister(&twl4030rtc_driver);
 | 
			
		||||
}
 | 
			
		||||
module_exit(twl_rtc_exit);
 | 
			
		||||
module_platform_driver(twl4030rtc_driver);
 | 
			
		||||
 | 
			
		||||
MODULE_AUTHOR("Texas Instruments, MontaVista Software");
 | 
			
		||||
MODULE_LICENSE("GPL");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user