diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-01-23 05:01:14 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-01-23 05:01:14 +0000 |
| commit | 73ec7248a6afa80e2db3c4560ae86d85464a71c8 (patch) | |
| tree | 36c724e868ababbbabdf12bddc768e6b25b7465b /packages/linux/nslu2-kernel/2.6.14-mm/80-nslu2-class-device-create.patch | |
| parent | a26989c694c564990b73d96270654f44c2fc8d3c (diff) | |
nslu2-kernel: Moved to obsolete - replaced long ago by ixp4xx-kernel.
Diffstat (limited to 'packages/linux/nslu2-kernel/2.6.14-mm/80-nslu2-class-device-create.patch')
| -rw-r--r-- | packages/linux/nslu2-kernel/2.6.14-mm/80-nslu2-class-device-create.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/linux/nslu2-kernel/2.6.14-mm/80-nslu2-class-device-create.patch b/packages/linux/nslu2-kernel/2.6.14-mm/80-nslu2-class-device-create.patch deleted file mode 100644 index 116f95b2f7..0000000000 --- a/packages/linux/nslu2-kernel/2.6.14-mm/80-nslu2-class-device-create.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- linux-2.6.14/arch/arm/mach-ixp4xx/nslu2-io.c.orig 2005-11-07 22:26:36.010556202 -0800 -+++ linux-2.6.14/arch/arm/mach-ixp4xx/nslu2-io.c 2005-11-07 22:27:15.921067613 -0800 -@@ -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; |
