summaryrefslogtreecommitdiff
path: root/packages/linux/nslu2-kernel/2.6.15/80-nslu2-io.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-01-04 12:01:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-04 12:01:04 +0000
commit01cabcc3fd22e25937dbe24ee14cdf464a1ec97e (patch)
tree50b88adf1cffcb979aa29dbbca40ec9d69769e1e /packages/linux/nslu2-kernel/2.6.15/80-nslu2-io.patch
parent6c28c501d6db85c88873f4a722909a3e95e3f2e8 (diff)
nslu2-kernel: Added the scsi-idle patch, Enabled CONFIG_INPUT=y, cause Debian tools (especially yaird) assume that /proc/bus/input exists, Updated patchsets to match 2.6.15, removed some patches, and combined some others, Updated to class-based RTC driver from azummo, changed defconfig to remove the pwc module, memory-h-page-shift page revised due to feedback from RMK, Removed old kernel versions, Updated to 2.6.15 final.
Diffstat (limited to 'packages/linux/nslu2-kernel/2.6.15/80-nslu2-io.patch')
-rw-r--r--packages/linux/nslu2-kernel/2.6.15/80-nslu2-io.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel/2.6.15/80-nslu2-io.patch b/packages/linux/nslu2-kernel/2.6.15/80-nslu2-io.patch
index 0b90c486e3..26031f6f00 100644
--- a/packages/linux/nslu2-kernel/2.6.15/80-nslu2-io.patch
+++ b/packages/linux/nslu2-kernel/2.6.15/80-nslu2-io.patch
@@ -516,7 +516,7 @@
+ return -EBUSY;
+ }
+ else {
-+ class_device_create(n2lm_class, MKDEV(NSLU2LM_MAJOR, 0), NULL, "leds");
++ class_device_create(n2lm_class, NULL, MKDEV(NSLU2LM_MAJOR, 0), NULL, "leds");
+ }
+#endif
+
@@ -525,7 +525,7 @@
+ return -EBUSY;
+ }
+ else {
-+ class_device_create(n2lm_class, MKDEV(NSLU2BZ_MAJOR, 0), NULL, "buzzer");
++ class_device_create(n2lm_class, NULL, MKDEV(NSLU2BZ_MAJOR, 0), NULL, "buzzer");
+ }
+
+ return 0;