From: Alexander Beregalov Date: Wed, 13 May 2009 13:00:47 +0000 (+0400) Subject: Staging: comedi: comedi_test.c should include timer.h X-Git-Tag: v2.6.31-rc1~105^2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4545cdfd9f3521b3402c0228b8d4ecdd97f7ec;p=pandora-kernel.git Staging: comedi: comedi_test.c should include timer.h Fix this build error: .../comedi_test.c:82: error: field timer has incomplete type .../comedi_test.c: In function waveform_ai_interrupt: .../comedi_test.c:188: error: implicit declaration of function mod_timer .../comedi_test.c:188: error: jiffies undeclared (first use in this function) Signed-off-by: Alexander Beregalov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed