summaryrefslogtreecommitdiffstats
path: root/drivers/xen
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-10-03 01:42:35 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-03 10:04:10 +0200
commitd19c8e516e0a17e049bcfbe96f86e040254ddf14 (patch)
tree9602a6be778673fa111100b395b3d008d49ad9b7 /drivers/xen
parentxen: clean up x86-64 warnings (diff)
downloadlinux-d19c8e516e0a17e049bcfbe96f86e040254ddf14.tar.xz
linux-d19c8e516e0a17e049bcfbe96f86e040254ddf14.zip
xen: remove unused balloon.h
The balloon driver doesn't have any externally callable functions at the moment, so remove the (effectively empty) header. We can add it back if we need to. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers/xen')
-rw-r--r--drivers/xen/balloon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c
index a51f3e17a5fd..8c83abc73400 100644
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -53,7 +53,6 @@
#include <asm/tlb.h>
#include <xen/interface/memory.h>
-#include <xen/balloon.h>
#include <xen/xenbus.h>
#include <xen/features.h>
#include <xen/page.h>