From: Andrew Morton Cc: Alan Cox Signed-off-by: Andrew Morton --- drivers/char/watchdog/sbc_epx_c3.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/char/watchdog/sbc_epx_c3.c~sbc-epx-does-not-check-claim-i-o-ports-it-uses-2nd-edition-fix drivers/char/watchdog/sbc_epx_c3.c --- devel/drivers/char/watchdog/sbc_epx_c3.c~sbc-epx-does-not-check-claim-i-o-ports-it-uses-2nd-edition-fix 2006-01-18 04:19:58.000000000 -0800 +++ devel-akpm/drivers/char/watchdog/sbc_epx_c3.c 2006-01-18 04:19:58.000000000 -0800 @@ -213,6 +213,7 @@ static void __exit watchdog_exit(void) { misc_deregister(&epx_c3_miscdev); unregister_reboot_notifier(&epx_c3_notifier); + release_region(EPXC3_WATCHDOG_CTL_REG, 2); } module_init(watchdog_init); _