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