diff options
Diffstat (limited to 'drivers/ras')
| -rw-r--r-- | drivers/ras/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/ras/Makefile | 1 | ||||
| -rw-r--r-- | drivers/ras/debugfs.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ras/Kconfig b/drivers/ras/Kconfig index b834ff555188..c2a236f2e846 100644 --- a/drivers/ras/Kconfig +++ b/drivers/ras/Kconfig | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | menuconfig RAS | 2 | menuconfig RAS |
| 2 | bool "Reliability, Availability and Serviceability (RAS) features" | 3 | bool "Reliability, Availability and Serviceability (RAS) features" |
| 3 | help | 4 | help |
diff --git a/drivers/ras/Makefile b/drivers/ras/Makefile index 7b26dd3aa5d0..ef6777e14d3d 100644 --- a/drivers/ras/Makefile +++ b/drivers/ras/Makefile | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | obj-$(CONFIG_RAS) += ras.o debugfs.o | 2 | obj-$(CONFIG_RAS) += ras.o debugfs.o |
| 2 | obj-$(CONFIG_RAS_CEC) += cec.o | 3 | obj-$(CONFIG_RAS_CEC) += cec.o |
diff --git a/drivers/ras/debugfs.c b/drivers/ras/debugfs.c index 501603057dff..9c1b717efad8 100644 --- a/drivers/ras/debugfs.c +++ b/drivers/ras/debugfs.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | #include <linux/debugfs.h> | 2 | #include <linux/debugfs.h> |
| 2 | 3 | ||
| 3 | struct dentry *ras_debugfs_dir; | 4 | struct dentry *ras_debugfs_dir; |
