]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/xen/mmu.c
xen/p2m: Make debug/xen/mmu/p2m visible again.
[karo-tx-linux.git] / arch / x86 / xen / mmu.c
index 3c9aecd09ed1256c02ecc76ff2689e4b9db29fa2..4df0444b2cee56405a8bd241ec0cb7df8ff17a25 100644 (file)
@@ -2362,17 +2362,3 @@ out:
        return err;
 }
 EXPORT_SYMBOL_GPL(xen_remap_domain_mfn_range);
-
-#ifdef CONFIG_XEN_DEBUG_FS
-static int p2m_dump_open(struct inode *inode, struct file *filp)
-{
-       return single_open(filp, p2m_dump_show, NULL);
-}
-
-static const struct file_operations p2m_dump_fops = {
-       .open           = p2m_dump_open,
-       .read           = seq_read,
-       .llseek         = seq_lseek,
-       .release        = single_release,
-};
-#endif /* CONFIG_XEN_DEBUG_FS */