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)
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

No differences found