Exemplo n.º 1
0
static void __exit s3c_mfc_exit(void)
{
	MFC_Mutex_Delete();
	
#ifdef CONFIG_S3C6400_PDFW
	pd_unregister_dev(&mfc_pmdev);
#endif

	platform_driver_unregister(&s3c_mfc_driver);
	printk("S3C6400 MFC driver module exit\n");	
}
Exemplo n.º 2
0
static void __exit s3c_mfc_exit(void)
{
	mutex_destroy(s3c_mfc_mutex);

#ifdef CONFIG_S3C6400_PDFW
	pd_unregister_dev(&s3c_mfc_pmdev);
#endif

	platform_driver_unregister(&s3c_mfc_driver);
	mfc_debug("S3C64XX MFC driver exit.\n");
}