Index: uspace/lib/libdrv/include/driver.h
===================================================================
--- uspace/lib/libdrv/include/driver.h	(revision 66babbd31207a4ebab2d1c97b381a5d7d6892de9)
+++ uspace/lib/libdrv/include/driver.h	(revision eff1a5909c27adfaa321c4725af148a4edce7683)
@@ -44,6 +44,7 @@
 	const char *name;
 	match_id_list_t match_ids;
+	void *driver_data;
 	
-	// TODO add more items - parent bus type etc.
+	// TODO add more items
 	
 	link_t link;
@@ -72,5 +73,5 @@
 }
 
-static inline delete_device(device_t *dev) {
+static inline void delete_device(device_t *dev) {
 	clean_match_ids(&dev->match_ids);
 	if (NULL != dev->name) {
