From: Roland Dreier Date: Thu, 28 Feb 2008 17:48:10 +0000 (-0800) Subject: [WATCHDOG] Fix return value warning in hpwdt X-Git-Tag: v2.6.25-rc6~51^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef82710a3f80cd24d459c508f91542ecccb1f340;p=pandora-kernel.git [WATCHDOG] Fix return value warning in hpwdt The return value of smbios_scan_machine() is never used, and when it succeeds it doesn't return anything, so just make it void. This fixes: drivers/watchdog/hpwdt.c: In function 'smbios_scan_machine': drivers/watchdog/hpwdt.c:562: warning: control reaches end of non-void function Signed-off-by: Roland Dreier Acked-by: Thomas Mingarelli Signed-off-by: Wim Van Sebroeck Signed-off-by: Andrew Morton --- Reading git-diff-tree failed