From: Gerard Lledo <gerard.lledo@gmail.com>
To: kernel-janitors@vger.kernel.org
Cc: linux-next@vger.kernel.org, Gerard Lledo <gerard.lledo@gmail.com>
Subject: [PATCH] Staging: comedi: Add missing includes
Date: Wed, 27 May 2009 14:35:18 +0000 [thread overview]
Message-ID: <1243434919-10192-2-git-send-email-gerard.lledo@gmail.com> (raw)
In-Reply-To: <1243434919-10192-1-git-send-email-gerard.lledo@gmail.com>
Fixes build errors due to missing includes
Signed-off-by: Gerard Lledo <gerard.lledo@gmail.com>
---
drivers/staging/comedi/comedidev.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
index 7a1ccde..1cdf5aa 100644
--- a/drivers/staging/comedi/comedidev.h
+++ b/drivers/staging/comedi/comedidev.h
@@ -38,6 +38,9 @@
#include <linux/dma-mapping.h>
#include <linux/uaccess.h>
#include <linux/io.h>
+#include <linux/delay.h>
+#include <linux/jiffies.h>
+#include <linux/timer.h>
#include "comedi.h"
--
1.5.6.5
WARNING: multiple messages have this Message-ID (diff)
From: Gerard Lledo <gerard.lledo@gmail.com>
To: kernel-janitors@vger.kernel.org
Cc: linux-next@vger.kernel.org, Gerard Lledo <gerard.lledo@gmail.com>
Subject: [PATCH] Staging: comedi: Add missing includes
Date: Wed, 27 May 2009 17:35:18 +0300 [thread overview]
Message-ID: <1243434919-10192-2-git-send-email-gerard.lledo@gmail.com> (raw)
In-Reply-To: <1243434919-10192-1-git-send-email-gerard.lledo@gmail.com>
Fixes build errors due to missing includes
Signed-off-by: Gerard Lledo <gerard.lledo@gmail.com>
---
drivers/staging/comedi/comedidev.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
index 7a1ccde..1cdf5aa 100644
--- a/drivers/staging/comedi/comedidev.h
+++ b/drivers/staging/comedi/comedidev.h
@@ -38,6 +38,9 @@
#include <linux/dma-mapping.h>
#include <linux/uaccess.h>
#include <linux/io.h>
+#include <linux/delay.h>
+#include <linux/jiffies.h>
+#include <linux/timer.h>
#include "comedi.h"
--
1.5.6.5
next prev parent reply other threads:[~2009-05-27 14:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-27 14:35 [PATCH] (linux-next) Cleanups in drivers/staging/comedi Gerard Lledo
2009-05-27 14:35 ` Gerard Lledo
2009-05-27 14:35 ` Gerard Lledo [this message]
2009-05-27 14:35 ` [PATCH] Staging: comedi: Add missing includes Gerard Lledo
2009-06-02 21:43 ` Greg KH
2009-06-02 21:43 ` Greg KH
2009-05-27 14:35 ` [PATCH] Staging: comedi: Fix build warning (type mismatch) Gerard Lledo
2009-05-27 14:35 ` Gerard Lledo
2009-05-27 15:03 ` [PATCH] (linux-next) Cleanups in drivers/staging/comedi Frederic Weisbecker
2009-05-27 15:03 ` Frederic Weisbecker
2009-05-27 15:03 ` Greg KH
2009-05-27 15:03 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1243434919-10192-2-git-send-email-gerard.lledo@gmail.com \
--to=gerard.lledo@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.