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

No differences found