summaryrefslogtreecommitdiff
path: root/packages/linux/nslu2-kernel/2.6.15/81-nslu2-class-device-create.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/81-nslu2-class-device-create.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/81-nslu2-class-device-create.patch')
-rw-r--r--packages/linux/nslu2-kernel/2.6.15/81-nslu2-class-device-create.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/linux/nslu2-kernel/2.6.15/81-nslu2-class-device-create.patch b/packages/linux/nslu2-kernel/2.6.15/81-nslu2-class-device-create.patch
deleted file mode 100644
index cc33222d91..0000000000
--- a/packages/linux/nslu2-kernel/2.6.15/81-nslu2-class-device-create.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- linux-2.6.15/arch/arm/mach-ixp4xx/nslu2-io.c 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.15/arch/arm/mach-ixp4xx/nslu2-io.c 1970-01-01 00:00:00.000000000 +0000
-@@ -504,7 +504,7 @@ static int __init n2iom_init(void)
- 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
-
-@@ -513,7 +513,7 @@ static int __init n2iom_init(void)
- 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;