diff options
| author | Tom Rini <[email protected]> | 2016-07-15 15:51:40 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-07-22 14:46:21 -0400 |
| commit | 473c0abe6290aaf1471ce8129a67e3c2fbfc2597 (patch) | |
| tree | 1f6cfec5dc7f4ba5f5d85f592a532fd3d8047001 /include | |
| parent | f4742ca0fb94e531b8dcddd1ac0799ee4c9c2605 (diff) | |
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 <[email protected]>
Acked-by: Reinhard Pfau <[email protected]>
Acked-by: Dirk Eibach <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/gdsys_fpga.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index e1b9c646266..bb8e144e049 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); |
