aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/xen/evtchn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index 6a3a12945d0..68119f6324d 100644
--- a/drivers/xen/evtchn.c
+++ b/drivers/xen/evtchn.c
@@ -517,7 +517,7 @@ static const struct file_operations evtchn_fops = {
517 517
518static struct miscdevice evtchn_miscdev = { 518static struct miscdevice evtchn_miscdev = {
519 .minor = MISC_DYNAMIC_MINOR, 519 .minor = MISC_DYNAMIC_MINOR,
520 .name = "evtchn", 520 .name = "xen/evtchn",
521 .fops = &evtchn_fops, 521 .fops = &evtchn_fops,
522}; 522};
523static int __init evtchn_init(void) 523static int __init evtchn_init(void)