diff options
author | Po-Yu Chuang <ratbert@faraday-tech.com> | 2011-02-17 19:34:07 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:07 +0200 |
commit | d6150db2dcb509835df6a01eb5c61e4154f9dc66 (patch) | |
tree | 011ccc3c19370ccb6328ddbd713523d1b133925b /drivers/power/ftpmu010.c | |
parent | d8834a1323af72f6145bc81adadd75185ef6065f (diff) | |
download | u-boot-imx-d6150db2dcb509835df6a01eb5c61e4154f9dc66.zip u-boot-imx-d6150db2dcb509835df6a01eb5c61e4154f9dc66.tar.gz u-boot-imx-d6150db2dcb509835df6a01eb5c61e4154f9dc66.tar.bz2 |
power: ftpmu010: move drivers/power/ftpmu010.h to include/faraday
Also add API declarations.
Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
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 7924ac1..c6a8cda 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; |