From de4545cdfd9f3521b3402c0228b8d4ecdd97f7ec Mon Sep 17 00:00:00 2001 From: Alexander Beregalov Date: Wed, 13 May 2009 17:00:47 +0400 Subject: [PATCH] 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-format-patch failed