diff --git a/hw/fdc.h b/hw/fdc.h index 50de25088..620c4061f 100644 --- a/hw/fdc.h +++ b/hw/fdc.h @@ -1,6 +1,5 @@ /* fdc.c */ #define MAX_FD 2 -extern BlockDriverState *fd_table[MAX_FD]; typedef struct fdctrl_t fdctrl_t;