]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: watchdog_dev: include private header to pickup global symbol prototypes
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 20 Apr 2012 20:28:24 +0000 (13:28 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 30 May 2012 05:53:28 +0000 (07:53 +0200)
commit9393bcecb417780ab45a2a575b487831c3b46fad
treec054eb4dd66931bf0ac4fb5235bdbdc19326ce82
parent108a577235caead8bb8f041c2a0217bb63950395
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 <hsweeten@visionengravers.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/watchdog_dev.c