Skip to content

Commit

Permalink
apply refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnoreWarnings committed Oct 22, 2024
1 parent 6a6f62f commit 8e3b9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpga/lib/platform_card.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <villas/fpga/node.hpp>
#include <villas/fpga/platform_card.hpp>
#include <villas/kernel/devices/device_ip_matcher.hpp>
#include <villas/kernel/devices/generic_driver.hpp>
#include <villas/kernel/devices/ip_device_reader.hpp>
#include <villas/kernel/devices/linux_driver.hpp>
#include <villas/kernel/kernel.hpp>
#include <villas/memory_manager.hpp>

Expand Down Expand Up @@ -50,7 +50,7 @@ void PlatformCard::connectVFIOtoIps(
matcher.match();

// Bind device to platform driver
GenericDriver driver(
LinuxDriver driver(
std::filesystem::path("/sys/bus/platform/drivers/vfio-platform"));
for (auto pair : device_ip_pair) {
auto device = pair.second;
Expand Down

0 comments on commit 8e3b9e4

Please sign in to comment.