watchdog: at91sam9_wdt: Convert to use the watchdog framework
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 1 Feb 2013 07:06:21 +0000 (15:06 +0800)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 1 Mar 2013 11:49:53 +0000 (12:49 +0100)
commit490ac7af8b71069ba0c733052c5f448ac070c947
treedc6a42af5b3241721c3dacd01c4c3aa759ea05ad
parent2dd7b24467143c3fd17c6abcaf04fef7976b1528
watchdog: at91sam9_wdt: Convert to use the watchdog framework

According to Documentation/watchdog/convert_drivers_to_kernel_api.txt,
remove the file_operations struct, miscdevice, and obsolete includes

Since the at91sam watchdog inherent characteristics, add the watchdog
operations: at91wdt_start, at91wdt_stop and at91wdt_ping.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
drivers/watchdog/Kconfig
drivers/watchdog/at91sam9_wdt.c
This page took 0.024713 seconds and 5 git commands to generate.