From c8de5ca0f2e2348414d39e792034a55b47563e6a Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 16 Jun 2025 02:04:43 -0400 Subject: kernel: rtl: Fix up includes and remove "TODO" Signed-off-by: Ian Moffett --- sys/dev/phy/rtl.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sys/dev/phy/rtl.c b/sys/dev/phy/rtl.c index 8462a43..691f767 100644 --- a/sys/dev/phy/rtl.c +++ b/sys/dev/phy/rtl.c @@ -43,18 +43,11 @@ #include #include #include +#include #include #define IFNAME "rt0" -/* TODO: Make this smoother */ -#if defined(__x86_64__) -#include -#include -#include -#include -#endif - #define pr_trace(fmt, ...) kprintf("rt81xx: " fmt, ##__VA_ARGS__) #define pr_error(...) pr_trace(__VA_ARGS__) -- cgit v1.2.3