]> Git Repo - linux.git/blobdiff - drivers/fpga/altera-fpga2sdram.c
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / 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.035936 seconds and 4 git commands to generate.