Index: uspace/drv/bus/usb/ehci/endpoint_list.c
===================================================================
--- uspace/drv/bus/usb/ehci/endpoint_list.c	(revision 5f97ef445e6e5648a8b8c902eb0f655d579336b4)
+++ uspace/drv/bus/usb/ehci/endpoint_list.c	(revision 05882233d8ca97c6879ac5c42456c344c8569d89)
@@ -37,5 +37,5 @@
 #include <assert.h>
 #include <errno.h>
-#include <libarch/barrier.h>
+#include <barrier.h>
 
 #include <usb/debug.h>
Index: uspace/drv/bus/usb/ehci/hw_struct/mem_access.h
===================================================================
--- uspace/drv/bus/usb/ehci/hw_struct/mem_access.h	(revision 5f97ef445e6e5648a8b8c902eb0f655d579336b4)
+++ uspace/drv/bus/usb/ehci/hw_struct/mem_access.h	(revision 05882233d8ca97c6879ac5c42456c344c8569d89)
@@ -36,5 +36,5 @@
 
 #include <byteorder.h>
-#include <libarch/barrier.h>
+#include <barrier.h>
 
 #define EHCI_MEM32_WR(reg, val) reg = host2uint32_t_le(val)
Index: uspace/drv/bus/usb/ohci/endpoint_list.c
===================================================================
--- uspace/drv/bus/usb/ohci/endpoint_list.c	(revision 5f97ef445e6e5648a8b8c902eb0f655d579336b4)
+++ uspace/drv/bus/usb/ohci/endpoint_list.c	(revision 05882233d8ca97c6879ac5c42456c344c8569d89)
@@ -37,5 +37,5 @@
 #include <assert.h>
 #include <errno.h>
-#include <libarch/barrier.h>
+#include <barrier.h>
 
 #include <usb/debug.h>
Index: uspace/drv/bus/usb/uhci/transfer_list.c
===================================================================
--- uspace/drv/bus/usb/uhci/transfer_list.c	(revision 5f97ef445e6e5648a8b8c902eb0f655d579336b4)
+++ uspace/drv/bus/usb/uhci/transfer_list.c	(revision 05882233d8ca97c6879ac5c42456c344c8569d89)
@@ -37,5 +37,5 @@
 #include <assert.h>
 #include <errno.h>
-#include <libarch/barrier.h>
+#include <barrier.h>
 #include <stdint.h>
 #include <usb/debug.h>
Index: uspace/drv/bus/usb/xhci/hw_struct/trb.h
===================================================================
--- uspace/drv/bus/usb/xhci/hw_struct/trb.h	(revision 5f97ef445e6e5648a8b8c902eb0f655d579336b4)
+++ uspace/drv/bus/usb/xhci/hw_struct/trb.h	(revision 05882233d8ca97c6879ac5c42456c344c8569d89)
@@ -40,5 +40,5 @@
 
 #include "common.h"
-#include <libarch/barrier.h>
+#include <barrier.h>
 
 /**
Index: uspace/drv/bus/usb/xhci/trb_ring.c
===================================================================
--- uspace/drv/bus/usb/xhci/trb_ring.c	(revision 5f97ef445e6e5648a8b8c902eb0f655d579336b4)
+++ uspace/drv/bus/usb/xhci/trb_ring.c	(revision 05882233d8ca97c6879ac5c42456c344c8569d89)
@@ -32,5 +32,5 @@
 #include <as.h>
 #include <align.h>
-#include <libarch/barrier.h>
+#include <barrier.h>
 #include <usb/debug.h>
 #include "hw_struct/trb.h"
