staging/mei: mei_wd_set_start_timeout should be static
authorTomas Winkler <tomas.winkler@intel.com>
Mon, 19 Mar 2012 15:58:43 +0000 (17:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 16:35:52 +0000 (09:35 -0700)
commit5192dda1751b2c4a988e6aa198c153d840a304a2
tree1cdcbc78d477d6e2f5ea5c34b672f52b9c989034
parent2f3d2b499b73b3aa05feba35a9b04c6eec1a50ec
staging/mei: mei_wd_set_start_timeout should be static

mei_wd_set_start_timeout is only used from within wd.c
so remove its declaration from interface.h and mark
it static

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mei/interface.h
drivers/staging/mei/wd.c