summaryrefslogtreecommitdiff
path: root/hw/ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ecc.c')
-rw-r--r--hw/ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ecc.c b/hw/ecc.c
index 8c97c33deb..8c888cc12a 100644
--- a/hw/ecc.c
+++ b/hw/ecc.c
@@ -12,7 +12,7 @@
*/
#include "hw/hw.h"
-#include "hw/flash.h"
+#include "hw/block/flash.h"
/*
* Pre-calculated 256-way 1 byte column parity. Table borrowed from Linux.