diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-10-02 16:42:35 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-03 10:04:10 +0200 |
commit | d19c8e516e0a17e049bcfbe96f86e040254ddf14 (patch) | |
tree | 9602a6be778673fa111100b395b3d008d49ad9b7 /drivers/xen | |
parent | db053b86f4b1ec790da2dafe2acb93be76288bb9 (diff) | |
download | op-kernel-dev-d19c8e516e0a17e049bcfbe96f86e040254ddf14.zip op-kernel-dev-d19c8e516e0a17e049bcfbe96f86e040254ddf14.tar.gz |
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.c | 1 |
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> |