Index: uspace/lib/drv/include/ddf/driver.h
===================================================================
--- uspace/lib/drv/include/ddf/driver.h	(revision 0c322fa10d559fc31f86dc344bff85166198d6e8)
+++ uspace/lib/drv/include/ddf/driver.h	(revision af2a76c3fbf1a0a9aee19905c674ce43f4ffc6db)
@@ -108,5 +108,5 @@
 	const char *name;
 	/** Generic device driver operations */
-	driver_ops_t *driver_ops;
+	const driver_ops_t *driver_ops;
 } driver_t;
 
