summaryrefslogtreecommitdiffstats
path: root/linux-2.6-crash-driver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.6-crash-driver.patch')
-rw-r--r--linux-2.6-crash-driver.patch24
1 files changed, 10 insertions, 14 deletions
diff --git a/linux-2.6-crash-driver.patch b/linux-2.6-crash-driver.patch
index 7b518bb88..0f11aba0d 100644
--- a/linux-2.6-crash-driver.patch
+++ b/linux-2.6-crash-driver.patch
@@ -233,18 +233,6 @@ index 3141dd3..153658c 100644
config LEGACY_PTY_COUNT
int "Maximum number of legacy PTY in use"
-diff --git a/drivers/char/Makefile b/drivers/char/Makefile
-index f957edf..604c418 100644
---- a/drivers/char/Makefile
-+++ b/drivers/char/Makefile
-@@ -111,6 +111,8 @@ obj-$(CONFIG_PS3_FLASH) += ps3flash.o
- obj-$(CONFIG_JS_RTC) += js-rtc.o
- js-rtc-y = rtc.o
-
-+obj-$(CONFIG_CRASH) += crash.o
-+
- # Files generated that shall be removed upon make clean
- clean-files := consolemap_deftbl.c defkeymap.c
diff --git a/drivers/char/crash.c b/drivers/char/crash.c
new file mode 100644
@@ -380,6 +368,14 @@ index 0000000..e5437de
+module_exit(crash_cleanup_module);
+
+MODULE_LICENSE("GPL");
---
-1.7.0.1
+diff --git a/drivers/char/Makefile b/drivers/char/Makefile
+index ba53ec9..6588b33 100644
+--- a/drivers/char/Makefile
++++ b/drivers/char/Makefile
+@@ -98,3 +98,5 @@ obj-$(CONFIG_RAMOOPS) += ramoops.o
+
+ obj-$(CONFIG_JS_RTC) += js-rtc.o
+ js-rtc-y = rtc.o
++
++obj-$(CONFIG_CRASH) += crash.o