/* * Copyright (C) 2016 Fujitsu. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 021110-1307, USA. */ #ifndef __BTRFS_DEDUPE__ #define __BTRFS_DEDUPE__ /* later in-band dedupe will expand this struct */ struct btrfs_dedupe_hash; #endif >
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/aoa/codecs/tas.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/aoa/codecs/tas.h')
an='2' class='oid'>c6a1d6e8a14ce1fb22226ba2c5c774b6a9ee4006 /include/acpi/acrestyp.h
parentda36e13cf653541e385a8d2ec2637fff6ea3461a (diff)
bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()
Remove the unused but set variable 'first_node' in __bpf_lru_list_shrink_inactive() to fix the following GCC warning when building with 'W=1': kernel/bpf/bpf_lru_list.c:216:41: warning: variable ‘first_node’ set but not used [-Wunused-but-set-variable] Cc: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/acpi/acrestyp.h')