aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/evtchn.c
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 06:11:10 -0400
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 06:32:20 -0400
commit56327c2a58b76291616f15c9c84a180cf7049645 (patch)
tree8bf05662d7e11b79b860137208b5a0b0292c26a5 /drivers/xen/evtchn.c
parent6d6c971778c5257fc815e1ebe01779fefda6293c (diff)
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index af031950f9b..79bedba44fe 100644
--- a/drivers/xen/evtchn.c
+++ b/drivers/xen/evtchn.c
@@ -38,7 +38,6 @@
38#include <linux/string.h> 38#include <linux/string.h>
39#include <linux/errno.h> 39#include <linux/errno.h>
40#include <linux/fs.h> 40#include <linux/fs.h>
41#include <linux/errno.h>
42#include <linux/miscdevice.h> 41#include <linux/miscdevice.h>
43#include <linux/major.h> 42#include <linux/major.h>
44#include <linux/proc_fs.h> 43#include <linux/proc_fs.h>