summaryrefslogtreecommitdiff
path: root/drivers/xen/balloon.c
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-10-02 23:42:35 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-10-03 08:04:10 (GMT)
commitd19c8e516e0a17e049bcfbe96f86e040254ddf14 (patch)
tree9602a6be778673fa111100b395b3d008d49ad9b7 /drivers/xen/balloon.c
parentdb053b86f4b1ec790da2dafe2acb93be76288bb9 (diff)
downloadlinux-fsl-qoriq-d19c8e516e0a17e049bcfbe96f86e040254ddf14.tar.xz
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/balloon.c')
-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 a51f3e1..8c83abc 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>