summaryrefslogtreecommitdiff
path: root/include/gdsys_fpga.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-07-15 19:51:40 (GMT)
committerTom Rini <trini@konsulko.com>2016-07-22 18:46:21 (GMT)
commit473c0abe6290aaf1471ce8129a67e3c2fbfc2597 (patch)
tree1f6cfec5dc7f4ba5f5d85f592a532fd3d8047001 /include/gdsys_fpga.h
parentf4742ca0fb94e531b8dcddd1ac0799ee4c9c2605 (diff)
downloadu-boot-fsl-qoriq-473c0abe6290aaf1471ce8129a67e3c2fbfc2597.tar.xz
gdsys: Drop print_fpga_state function
On most platforms the print_fpga_state function is never called. Only on dlvision-10g do we, so in that case inline it. Drop it from everywhere else to avoid extra strings. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Reinhard Pfau <reinhard.pfau@gdsys.cc> Acked-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'include/gdsys_fpga.h')
-rw-r--r--include/gdsys_fpga.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h
index e1b9c64..bb8e144 100644
--- a/include/gdsys_fpga.h
+++ b/include/gdsys_fpga.h
@@ -17,7 +17,6 @@ enum {
};
int get_fpga_state(unsigned dev);
-void print_fpga_state(unsigned dev);
int fpga_set_reg(u32 fpga, u16 *reg, off_t regoff, u16 data);
int fpga_get_reg(u32 fpga, u16 *reg, off_t regoff, u16 *data);