예제 #1
0
void    cleanup_module(void)

{       pi_unregister( &on26 );
}
예제 #2
0
파일: kbic.c 프로젝트: shattered/linux-m68k
void    cleanup_module(void)

{   pi_unregister( &k951 );
    pi_unregister( &k971 );
}
예제 #3
0
static void __exit fit3_exit(void)
{
	pi_unregister(&fit3);
}
예제 #4
0
void	cleanup_module(void)

{	pi_unregister( &epat);
}
예제 #5
0
static void __exit epat_exit(void)
{
	pi_unregister(&epat);
}
예제 #6
0
void    cleanup_module(void)

{       pi_unregister( &aten );
}
예제 #7
0
static void __exit epia_exit(void)
{
	pi_unregister(&epia);
}
예제 #8
0
static void __exit on26_exit(void)
{
	pi_unregister(&on26);
}
예제 #9
0
void    cleanup_module(void)

{       pi_unregister( &fit2 );
}
예제 #10
0
void    cleanup_module(void)

{       pi_unregister( &comm );
}
예제 #11
0
void    cleanup_module(void)

{       pi_unregister( &ktti );
}
예제 #12
0
static void __exit kbic_exit(void)
{
	pi_unregister(&k951);
	pi_unregister(&k971);
}