Subject: [PATCH] m68k: ARAnyM virtual Ethernet missing include Add missing #include (needed for virt_to_phys()) Signed-off-by: Geert Uytterhoeven --- arch/m68k/emu/nfeth.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/m68k/emu/nfeth.c +++ b/arch/m68k/emu/nfeth.c @@ -14,6 +14,7 @@ #include #include #include +#include enum { GET_VERSION = 0, /* no parameters, return NFAPI_VERSION in d0 */