diff options
Diffstat (limited to 'drivers/power/ftpmu010.c')
| -rw-r--r-- | drivers/power/ftpmu010.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/power/ftpmu010.c b/drivers/power/ftpmu010.c index 7924ac101..c6a8cda7b 100644 --- a/drivers/power/ftpmu010.c +++ b/drivers/power/ftpmu010.c @@ -23,7 +23,7 @@  #include <common.h>  #include <asm/io.h> -#include "ftpmu010.h" +#include <faraday/ftpmu010.h>  static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; |