Index: uspace/lib/drv/include/ddf/log.h
===================================================================
--- uspace/lib/drv/include/ddf/log.h	(revision 1d5a5405546f3f0a0cab965cb3a4339c902e5e26)
+++ uspace/lib/drv/include/ddf/log.h	(revision 131d9a4ae105fe5f519d8dbbfda588ef5358a648)
@@ -36,5 +36,5 @@
 #include <io/log.h>
 
-extern int ddf_log_init(const char *, log_level_t);
+extern int ddf_log_init(const char *);
 extern void ddf_msg(log_level_t, const char *, ...);
 
