diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 15:41:10 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 16:02:20 +0530 |
commit | 56327c2a58b76291616f15c9c84a180cf7049645 (patch) | |
tree | 8bf05662d7e11b79b860137208b5a0b0292c26a5 /drivers/xen/evtchn.c | |
parent | 6d6c971778c5257fc815e1ebe01779fefda6293c (diff) | |
download | op-kernel-dev-56327c2a58b76291616f15c9c84a180cf7049645.zip op-kernel-dev-56327c2a58b76291616f15c9c84a180cf7049645.tar.gz |
includecheck fix: drivers/xen, evtchn.c
fix the following 'make includecheck' warning:
drivers/xen/evtchn.c: linux/errno.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: chrisw@sous-sol.org
Cc: Sam Ravnborg <sam@ravnborg.org>
LKML-Reference: <1247067749.4382.90.camel@ht.satnam>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'drivers/xen/evtchn.c')
-rw-r--r-- | drivers/xen/evtchn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index af03195..79bedba 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c @@ -38,7 +38,6 @@ #include <linux/string.h> #include <linux/errno.h> #include <linux/fs.h> -#include <linux/errno.h> #include <linux/miscdevice.h> #include <linux/major.h> #include <linux/proc_fs.h> |