Skip to content

Commit

Permalink
clk: zynqmp: Remove a unused variable
Browse files Browse the repository at this point in the history
Fixes the following warning

drivers/clk/zynqmp/clkc.c:155:20: warning: 'usb0_mio_mux_parents'
defined but not used [-Wunused-variable]
static const char *usb0_mio_mux_parents[] __initconst = {usb0_bus_ref,
^
drivers/clk/zynqmp/clkc.c:157:20: warning: 'usb1_mio_mux_parents'
defined but not used [-Wunused-variable]
static const char *usb1_mio_mux_parents[] __initconst = {usb1_bus_ref,

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Shubhrajyoti Datta authored and Michal Simek committed Oct 4, 2017
1 parent 6bf1e1b commit d62d73f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/clk/zynqmp/clkc.c
Expand Up @@ -152,10 +152,6 @@ static const char *can0_mio_mux2_parents[] __initconst = {"can0_ref",
"can0_mio_mux"};
static const char *can1_mio_mux2_parents[] __initconst = {"can1_ref",
"can1_mio_mux"};
static const char *usb0_mio_mux_parents[] __initconst = {"usb0_bus_ref",
"usb0_mio_ulpi_clk"};
static const char *usb1_mio_mux_parents[] __initconst = {"usb1_bus_ref",
"usb1_mio_ulpi_clk"};
static const char *swdt_ext_clk_input_names[] __initconst = {"swdt0_ext_clk",
"swdt1_ext_clk"};
static const char *gem0_tx_mux_parents[] __initconst = {"gem0_ref_div1",
Expand Down

0 comments on commit d62d73f

Please sign in to comment.