diff options
Diffstat (limited to 'include/hw/block/flash.h')
| -rw-r--r-- | include/hw/block/flash.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/block/flash.h b/include/hw/block/flash.h index 2b5ccd92f4..b985c825a0 100644 --- a/include/hw/block/flash.h +++ b/include/hw/block/flash.h @@ -62,9 +62,6 @@ uint32_t nand_getbuswidth(DeviceState *dev); #define NAND_MFR_HYNIX 0xad #define NAND_MFR_MICRON 0x2c -/* onenand.c */ -void *onenand_raw_otp(DeviceState *onenand_device); - /* ecc.c */ typedef struct { uint8_t cp; /* Column parity */ |