diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-02 02:01:30 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 23:42:11 -0700 |
commit | 06eed899486daeec8ad2718c74d70f91fa0dbb25 (patch) | |
tree | f402d1cc1e82f5e297db142f51fdfd4306a74f68 /libhw/w5500_ll.h | |
parent | cb0c00a240c0d803e7202433f9940a91db849a5c (diff) |
libhw_generic: net: Use libobj instead of vcall.h
Diffstat (limited to 'libhw/w5500_ll.h')
-rw-r--r-- | libhw/w5500_ll.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhw/w5500_ll.h b/libhw/w5500_ll.h index c05a04f..92d9f14 100644 --- a/libhw/w5500_ll.h +++ b/libhw/w5500_ll.h @@ -15,7 +15,6 @@ #include <libmisc/assert.h> /* for assert(), static_assert() */ #include <libmisc/endian.h> /* for uint16be_t */ -#include <libmisc/vcall.h> /* for VCALL() */ #include <libhw/generic/net.h> /* for struct net_eth_addr, struct net_ip4_addr */ #include <libhw/generic/spi.h> /* for lo_interface spi */ |