From: H Hartley Sweeten Date: Fri, 20 Apr 2012 20:28:24 +0000 (-0700) Subject: watchdog: watchdog_dev: include private header to pickup global symbol prototypes X-Git-Tag: v3.5-rc1~39^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a46e739780aab2eadf47afdefa70c9cd69d83d;p=pandora-kernel.git watchdog: watchdog_dev: include private header to pickup global symbol prototypes Include the private watchdog_dev.h header to pickup the prototypes for the watchdog_dev_register/unregister functions. This quiets the following sparse warnings: warning: symbol 'watchdog_dev_register' was not declared. Should it be static? warning: symbol 'watchdog_dev_unregister' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed