From: Wenyou Yang Date: Fri, 1 Feb 2013 07:06:21 +0000 (+0800) Subject: watchdog: at91sam9_wdt: Convert to use the watchdog framework X-Git-Tag: v3.9-rc1~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=490ac7af8b71069ba0c733052c5f448ac070c947;p=pandora-kernel.git 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 Signed-off-by: Wim Van Sebroeck Cc: linux-watchdog@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Reading git-diff-tree failed