diff options
author | Jianjun Kong <jianjun@zeuux.org> | 2008-11-04 21:47:07 +0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-04 08:18:19 -0800 |
commit | 54074d59320581a6d7e4f4dd405e8cac1d174b75 (patch) | |
tree | 57e510086daa9ea6a398900f2432e818c4156275 /drivers/xen | |
parent | a75952b72a0fff3031124003e62118111aed42c1 (diff) | |
download | op-kernel-dev-54074d59320581a6d7e4f4dd405e8cac1d174b75.zip op-kernel-dev-54074d59320581a6d7e4f4dd405e8cac1d174b75.tar.gz |
drivers: remove duplicated #include
Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/balloon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c index 8c83abc..a0fb5ea 100644 --- a/drivers/xen/balloon.c +++ b/drivers/xen/balloon.c @@ -41,7 +41,6 @@ #include <linux/pagemap.h> #include <linux/highmem.h> #include <linux/mutex.h> -#include <linux/highmem.h> #include <linux/list.h> #include <linux/sysdev.h> |