Index: uspace/srv/hid/isdv4_tablet/isdv4.h
===================================================================
--- uspace/srv/hid/isdv4_tablet/isdv4.h	(revision f66ca57f67fa0ea52c699112f4682f74c09f6bb9)
+++ uspace/srv/hid/isdv4_tablet/isdv4.h	(revision 205261f43889bacefc7f9533f7d8562779a303fb)
@@ -76,5 +76,5 @@
 } isdv4_source_type_t;
 
-typedef struct isdv4_event {
+struct isdv4_event {
 	isdv4_event_type_t type;
 	isdv4_source_type_t source;
@@ -83,5 +83,5 @@
 	unsigned int pressure;
 	unsigned int button;
-} isdv4_event_t;
+};
 
 extern int isdv4_init(isdv4_state_t *, async_sess_t *, isdv4_event_fn);
