diff --git a/sys/bitfield/bitfield.c b/sys/bitfield/bitfield.c
index e6f3d998d23854cfd2276813a2036e1b329f6424..c710af3974804808d2cc80de8ce58fefbc04f0f7 100644
--- a/sys/bitfield/bitfield.c
+++ b/sys/bitfield/bitfield.c
@@ -7,7 +7,6 @@
  */
 
 /**
- * @ingroup     sys_util
  * @{
  *
  * @file
diff --git a/sys/include/div.h b/sys/include/div.h
index 456835ee0cae71cf81cfa3de10fd7fdb62e03271..54bfa152425714832ea62bddd21224c468825358 100644
--- a/sys/include/div.h
+++ b/sys/include/div.h
@@ -8,13 +8,14 @@
  */
 
 /**
- * @brief     Integer division functions
+ * @defgroup  sys_div   Integer division functions
+ * @ingroup   sys
  *
  * This header provides some integer division functions that can be used
  * to prevent linking in compiler-generated ones, which are often larger.
  *
  * @file
- * @ingroup   sys_util
+ * @ingroup   sys
  * @author    Kaspar Schleiser <kaspar@schleiser.de>
  * @author    Joakim Nohlgård <joakim.nohlgard@eistec.se>
  * @{
diff --git a/sys/include/iolist.h b/sys/include/iolist.h
index e5d8d753e75cc62b3cf1203f76d12a56362874c2..9ccd45011e2adfbb92ffb14d239870d9d3c3c109 100644
--- a/sys/include/iolist.h
+++ b/sys/include/iolist.h
@@ -7,8 +7,8 @@
  */
 
 /**
- * @defgroup    sys_util_iolist iolist scatter / gather IO
- * @ingroup     sys_util
+ * @defgroup    sys_iolist iolist scatter / gather IO
+ * @ingroup     sys
  * @brief       Provides linked-list scatter / gather IO
  *
  * @{
diff --git a/sys/iolist/iolist.c b/sys/iolist/iolist.c
index b64f0139e251d7fbc72fcb1cbd7c0127f28e8b9b..75e206004f18ce4aa2465fc2b5d103295c79bea4 100644
--- a/sys/iolist/iolist.c
+++ b/sys/iolist/iolist.c
@@ -7,7 +7,6 @@
  */
 
 /**
- * @ingroup     sys_util
  * @{
  *
  * @file