summaryrefslogtreecommitdiff
path: root/kernel/drivers/rtl8139.c
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-04-15 20:34:58 +0200
committerAnton Kling <anton@kling.gg>2024-04-15 20:34:58 +0200
commit62ba2a9ab01e5f2a9b1cd325af8d3112702b7713 (patch)
tree0926fbbc9d8c0058ee0f37e4f8691a554ca647e3 /kernel/drivers/rtl8139.c
parent3acd8cf6c8e41c1e1228c60ac5c4ea0f69e7aff5 (diff)
Bug fix and cleanup.
Diffstat (limited to 'kernel/drivers/rtl8139.c')
-rw-r--r--kernel/drivers/rtl8139.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/drivers/rtl8139.c b/kernel/drivers/rtl8139.c
index 5a11e74..592397f 100644
--- a/kernel/drivers/rtl8139.c
+++ b/kernel/drivers/rtl8139.c
@@ -3,7 +3,6 @@
#include <cpu/io.h>
#include <drivers/pci.h>
#include <drivers/rtl8139.h>
-#include <ipc.h>
#include <mmu.h>
#include <network/arp.h>
#include <network/ethernet.h>