diff options
Diffstat (limited to 'drivers/spi/mt7621_spi.c')
-rw-r--r-- | drivers/spi/mt7621_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/mt7621_spi.c b/drivers/spi/mt7621_spi.c index e46942de2e3..3d008099862 100644 --- a/drivers/spi/mt7621_spi.c +++ b/drivers/spi/mt7621_spi.c @@ -8,6 +8,7 @@ * Copyright (C) 2014-2015 Felix Fietkau <nbd@nbd.name> */ +#include <common.h> #include <clk.h> #include <dm.h> #include <log.h> |