mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user