summaryrefslogtreecommitdiffstats
path: root/crash-driver.patch
diff options
context:
space:
mode:
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