summaryrefslogtreecommitdiff
path: root/include/linux/bcma/bcma_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bcma/bcma_soc.h')
-rw-r--r--include/linux/bcma/bcma_soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma_soc.h b/include/linux/bcma/bcma_soc.h
index 1b5fc0c3b1b5..f3c43519baa7 100644
--- a/include/linux/bcma/bcma_soc.h
+++ b/include/linux/bcma/bcma_soc.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef LINUX_BCMA_SOC_H_
#define LINUX_BCMA_SOC_H_
@@ -5,6 +6,7 @@
struct bcma_soc {
struct bcma_bus bus;
+ struct device *dev;
};
int __init bcma_host_soc_register(struct bcma_soc *soc);