]> git.baikalelectronics.ru Git - kernel.git/commit
uml: fix helper_wait calls in watchdog
authorJohann Felix Soden <johfel@users.sourceforge.net>
Sat, 23 Feb 2008 23:23:49 +0000 (15:23 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 24 Feb 2008 01:12:15 +0000 (17:12 -0800)
commit265375f014e633331f4d35864ac2df65b880c915
tree3d5c4e1ec5823240fb060daaa5d2472bd697ba57
parent3c5b2d16b8c6b0f6134b170de8cd17f7feec87c9
uml: fix helper_wait calls in watchdog

In commit 18ab4c3443e45497727a7aaf74b4c19c37090920 ("uml: tidy helper
code") the arguments of helper_wait() were changed.  The adaptation of
harddog_user.c was forgotten, so this errors occur:

  /arch/um/drivers/harddog_user.c: In function 'start_watchdog':
  /arch/um/drivers/harddog_user.c:82: error: too many arguments to function 'helper_wait'
  /arch/um/drivers/harddog_user.c:89: error: too many arguments to function 'helper_wait'

Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/harddog_user.c