]> Git Repo - J-linux.git/commitdiff
fpga: altera-fpga2sdram: remove unused struct 'prop_map'
authorDr. David Alan Gilbert <[email protected]>
Thu, 30 May 2024 20:52:45 +0000 (21:52 +0100)
committerXu Yilun <[email protected]>
Fri, 14 Jun 2024 02:18:11 +0000 (10:18 +0800)
'prop_map' has been unused since the original
commit e5f8efa5c8bf ("ARM: socfpga: fpga bridge driver support").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Russ Weight <[email protected]>
Acked-by: Xu Yilun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Xu Yilun <[email protected]>
drivers/fpga/altera-fpga2sdram.c

index 6b60ca004345deced18963c9feb6d6803653454c..f4de3fea0b2dcda7bb127c2bfac1dcea376c0d0a 100644 (file)
@@ -75,12 +75,6 @@ static int alt_fpga2sdram_enable_set(struct fpga_bridge *bridge, bool enable)
        return _alt_fpga2sdram_enable_set(bridge->priv, enable);
 }
 
-struct prop_map {
-       char *prop_name;
-       u32 *prop_value;
-       u32 prop_max;
-};
-
 static const struct fpga_bridge_ops altera_fpga2sdram_br_ops = {
        .enable_set = alt_fpga2sdram_enable_set,
        .enable_show = alt_fpga2sdram_enable_show,
This page took 0.045404 seconds and 4 git commands to generate.