]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/hvc_xen.c
AMD IOMMU: use iommu_device_max_index, fix
[mv-sheeva.git] / drivers / char / hvc_xen.c
index db2ae4216279377e7cc092a63ff2e5c0e6db691b..6b70aa66a587883bf56f4ca3163ac7828afc3eae 100644 (file)
@@ -100,6 +100,8 @@ static int read_console(uint32_t vtermno, char *buf, int len)
 static struct hv_ops hvc_ops = {
        .get_chars = read_console,
        .put_chars = write_console,
+       .notifier_add = notifier_add_irq,
+       .notifier_del = notifier_del_irq,
 };
 
 static int __init xen_init(void)