Skip to content

Commit 1bf721c

Browse files
update namespace
Signed-off-by: Pascal Bauer <[email protected]>
1 parent 959a82e commit 1bf721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/lib/kernel/devices/pci_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <villas/utils.hpp>
2525

2626
using namespace villas::kernel::devices;
27-
using villas::kernel::devices::utils::write_to_file;
27+
using villas::utils::write_to_file;
2828

2929
#define PCI_BASE_ADDRESS_N(n) (PCI_BASE_ADDRESS_0 + sizeof(uint32_t) * (n))
3030

0 commit comments

Comments
 (0)