Index: uspace/lib/c/include/bd_srv.h
===================================================================
--- uspace/lib/c/include/bd_srv.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
+++ uspace/lib/c/include/bd_srv.h	(revision 205261f43889bacefc7f9533f7d8562779a303fb)
@@ -57,5 +57,5 @@
 } bd_srv_t;
 
-typedef struct bd_ops {
+struct bd_ops {
 	int (*open)(bd_srvs_t *, bd_srv_t *);
 	int (*close)(bd_srv_t *);
@@ -65,5 +65,5 @@
 	int (*get_block_size)(bd_srv_t *, size_t *);
 	int (*get_num_blocks)(bd_srv_t *, aoff64_t *);
-} bd_ops_t;
+};
 
 extern void bd_srvs_init(bd_srvs_t *);
