aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2021-01-20 11:34:07 -0800
committerFlorian Fainelli <f.fainelli@gmail.com>2021-01-27 09:36:41 -0800
commit8b8f095b9076ca61107c0910c9273afd1dfa1f04 (patch)
tree4e9040b83c00fe2eb3b784e20888e93d2dd54b73 /include/soc
parentsoc: bcm: brcmstb: add stubs for getting platform IDs (diff)
downloadlinux-dev-8b8f095b9076ca61107c0910c9273afd1dfa1f04.tar.xz
linux-dev-8b8f095b9076ca61107c0910c9273afd1dfa1f04.zip
soc: bcm: brcmstb: Remove soc_is_brcmstb()
We have no in tree or out of tree users of this function, remove it and the header providing its prototype. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/brcmstb/common.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/soc/brcmstb/common.h b/include/soc/brcmstb/common.h
deleted file mode 100644
index e4fe76856de9..000000000000
--- a/include/soc/brcmstb/common.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright © 2014 NVIDIA Corporation
- * Copyright © 2015 Broadcom Corporation
- */
-
-#ifndef __SOC_BRCMSTB_COMMON_H__
-#define __SOC_BRCMSTB_COMMON_H__
-
-bool soc_is_brcmstb(void);
-
-#endif /* __SOC_BRCMSTB_COMMON_H__ */