/* * GPIO definitions for Amlogic Meson8b SoCs * * Copyright (C) 2015 Endless Mobile, Inc. * Author: Carlo Caione * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _DT_BINDINGS_MESON8B_GPIO_H #define _DT_BINDINGS_MESON8B_GPIO_H #include /* GPIO Bank DIF */ #define DIF_0_P 120 #define DIF_0_N 121 #define DIF_1_P 122 #define DIF_1_N 123 #define DIF_2_P 124 #define DIF_2_N 125 #define DIF_3_P 126 #define DIF_3_N 127 #define DIF_4_P 128 #define DIF_4_N 129 #endif /* _DT_BINDINGS_MESON8B_GPIO_H */ ype='hidden' name='id' value='18c44b271b672dd7961399ce6ad099eac5ae1a6a'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Coelho <luciano.coelho@intel.com>2016-11-09 10:05:18 +0200
committerLuca Coelho <luciano.coelho@intel.com>2017-01-26 09:39:01 +0200
commit18c44b271b672dd7961399ce6ad099eac5ae1a6a (patch)
tree1149f05a1c4c5f7201963c4fed6446709e88c907
parent727c02dfb8480fd5b233a18786ee5de2c0be741c (diff)
iwlwifi: mvm: remove unused sta_id variable in iwl_mvm_change_queue_owner()
Remove the sta_id variable, to avoid this compile warning when compiling with W=1: /home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/mvm/sta.c: In function ‘iwl_mvm_change_queue_owner’: /home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/mvm/sta.c:871:5: warning: variable ‘sta_id’ set but not used [-Wunused-but-set-variable] s8 sta_id; ^ Signed-off-by: Luca Coelho <luciano.coelho@intel.com>