summaryrefslogtreecommitdiffstats
path: root/nest/rt-dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-dev.c')
-rw-r--r--nest/rt-dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/rt-dev.c b/nest/rt-dev.c
index 89b2250..b9253cc 100644
--- a/nest/rt-dev.c
+++ b/nest/rt-dev.c
@@ -89,7 +89,6 @@ dev_reconfigure(struct proto *p, struct proto_config *new)
struct protocol proto_device = {
name: "Direct",
template: "direct%d",
- priority: 90,
init: dev_init,
reconfigure: dev_reconfigure
};