summaryrefslogtreecommitdiffstats
path: root/crash-driver.patch
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-06-11 10:24:06 -0700
committerLaura Abbott <labbott@redhat.com>2018-06-11 10:24:06 -0700
commit5a506e76b9dbd44ce7caa82f7d0b080463323928 (patch)
treebd50ae4a42301fc17e0743e39a13d483dae18ca3 /crash-driver.patch
parent6a5d7f80f24954fa363f374f256747c79c543295 (diff)
downloadkernel-5a506e76b9dbd44ce7caa82f7d0b080463323928.tar.gz
kernel-5a506e76b9dbd44ce7caa82f7d0b080463323928.tar.xz
kernel-5a506e76b9dbd44ce7caa82f7d0b080463323928.zip
Linux v4.17-10288-ga2225d931f75
Diffstat (limited to 'crash-driver.patch')
-rw-r--r--crash-driver.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/crash-driver.patch b/crash-driver.patch
index 511a41e8c..211d67fda 100644
--- a/crash-driver.patch
+++ b/crash-driver.patch
@@ -284,10 +284,10 @@ diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index 6e6c244..29cc9c8 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
-@@ -60,3 +60,5 @@ js-rtc-y = rtc.o
-
+@@ -58,3 +58,5 @@ js-rtc-y = rtc.o
obj-$(CONFIG_XILLYBUS) += xillybus/
obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
+ obj-$(CONFIG_ADI) += adi.o
+
+obj-$(CONFIG_CRASH) += crash.o
diff --git a/drivers/char/crash.c b/drivers/char/crash.c