Index: uspace/srv/devman/main.c
===================================================================
--- uspace/srv/devman/main.c	(revision 124c0612c8daeba21701095e42877933875fb33a)
+++ uspace/srv/devman/main.c	(revision 2c577e0ba0c3d4da6f9430cbe193b8411923aad2)
@@ -586,5 +586,5 @@
 
 	/* Register device manager at naming service. */
-	if (ipc_connect_to_me(PHONE_NS, SERVICE_DEVMAN, 0, 0, NULL, NULL) != 0)
+	if (service_register(SERVICE_DEVMAN) != EOK)
 		return -1;
 
