예제 #1
0
파일: ofpart.c 프로젝트: raoy1990/linux
static void __exit ofpart_parser_exit(void)
{
	deregister_mtd_parser(&ofpart_parser);
	deregister_mtd_parser(&ofoldpart_parser);
}
예제 #2
0
파일: cmdlinepart.c 프로젝트: 19Dan01/linux
static void __exit cmdline_parser_exit(void)
{
	deregister_mtd_parser(&cmdline_parser);
}
예제 #3
0
파일: afs.c 프로젝트: CSCLOG/beaglebone
static void __exit afs_parser_exit(void)
{
	deregister_mtd_parser(&afs_parser);
}
예제 #4
0
static void __exit bcm47xxpart_exit(void)
{
	deregister_mtd_parser(&bcm47xxpart_mtd_parser);
}