Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi candido,
In de2_lcd_16207.c, u have to change the function cleanup_module() to
void cleanup_moduel()
{
unregister_chrdev(MAJOR_NUMBER, DEVICE_NAME);
}
And ignore the other components in that function.