Merge tag 'dt-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / fpga / ts73xx-fpga.c
index 101f016..167abb0 100644 (file)
@@ -32,11 +32,6 @@ struct ts73xx_fpga_priv {
        struct device   *dev;
 };
 
-static enum fpga_mgr_states ts73xx_fpga_state(struct fpga_manager *mgr)
-{
-       return FPGA_MGR_STATE_UNKNOWN;
-}
-
 static int ts73xx_fpga_write_init(struct fpga_manager *mgr,
                                  struct fpga_image_info *info,
                                  const char *buf, size_t count)
@@ -98,7 +93,6 @@ static int ts73xx_fpga_write_complete(struct fpga_manager *mgr,
 }
 
 static const struct fpga_manager_ops ts73xx_fpga_ops = {
-       .state          = ts73xx_fpga_state,
        .write_init     = ts73xx_fpga_write_init,
        .write          = ts73xx_fpga_write,
        .write_complete = ts73xx_fpga_write_complete,