Skip to content

Commit

Permalink
ia64/xen: Remove Xen support for ia64 even more
Browse files Browse the repository at this point in the history
Commit d52eefb ("ia64/xen: Remove Xen support for ia64") removed
the Kconfig symbol XEN_XENCOMM. But it didn't remove the code depending
on that symbol. Remove that code now.

Signed-off-by: Paul Bolle <[email protected]>
Acked-by: David Vrabel <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
  • Loading branch information
pebolle authored and konradwilk committed Feb 11, 2014
1 parent 564eb71 commit d8320b2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 338 deletions.
1 change: 0 additions & 1 deletion drivers/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ xen-pad-$(CONFIG_X86) += xen-acpi-pad.o
dom0-$(CONFIG_X86) += pcpu.o
obj-$(CONFIG_XEN_DOM0) += $(dom0-y)
obj-$(CONFIG_BLOCK) += biomerge.o
obj-$(CONFIG_XEN_XENCOMM) += xencomm.o
obj-$(CONFIG_XEN_BALLOON) += xen-balloon.o
obj-$(CONFIG_XEN_SELFBALLOONING) += xen-selfballoon.o
obj-$(CONFIG_XEN_DEV_EVTCHN) += xen-evtchn.o
Expand Down
219 changes: 0 additions & 219 deletions drivers/xen/xencomm.c

This file was deleted.

41 changes: 0 additions & 41 deletions include/xen/interface/xencomm.h

This file was deleted.

77 changes: 0 additions & 77 deletions include/xen/xencomm.h

This file was deleted.

0 comments on commit d8320b2

Please sign in to comment.