summaryrefslogtreecommitdiffstats
path: root/crash-driver.patch
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2018-10-23 14:36:56 -0400
committerJeremy Cline <jcline@redhat.com>2018-10-23 14:36:56 -0400
commit764628643cfcb53d59edf15adf7f32508a220c0e (patch)
tree74ca9229375ba1562da2fee8ceb0f658f11f9bb8 /crash-driver.patch
parent6fcbd945bc574b93b64a087473420454f2dda0e5 (diff)
downloadkernel-764628643cfcb53d59edf15adf7f32508a220c0e.tar.gz
kernel-764628643cfcb53d59edf15adf7f32508a220c0e.tar.xz
kernel-764628643cfcb53d59edf15adf7f32508a220c0e.zip
Sync up stabilization with f29
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