From a2a6a679774bfe335418fa28c2da6b6bb24c2683 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 8 May 2017 22:14:21 -0400 Subject: ot1200: Fix unused variable warning The variable pwm_pad is never referenced, drop. Cc: Christian Gmeiner Signed-off-by: Tom Rini Reviewed-by: Christian Gmeiner diff --git a/board/bachmann/ot1200/ot1200.c b/board/bachmann/ot1200/ot1200.c index eeced79..c0a8b64 100644 --- a/board/bachmann/ot1200/ot1200.c +++ b/board/bachmann/ot1200/ot1200.c @@ -273,10 +273,6 @@ int board_mmc_init(bd_t *bis) return 0; } -static iomux_v3_cfg_t const pwm_pad[] = { - MX6_PAD_SD1_CMD__PWM4_OUT | MUX_PAD_CTRL(OUTPUT_40OHM), -}; - static void leds_on(void) { /* turn on all possible leds connected via GPIO expander */ -- cgit v0.10.2