diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2006-07-14 09:24:16 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-15 06:53:53 +0200 |
commit | 635adb6cd25c8f816c9017a0a0349cd389eafcd3 (patch) | |
tree | 411268749d87ebebff2183990d776b4571c7e76a /kernel/timer.c | |
parent | [PATCH] scx200_gpio: 1 cdev for N minors: cleanup, prep (diff) | |
download | linux-635adb6cd25c8f816c9017a0a0349cd389eafcd3.tar.xz linux-635adb6cd25c8f816c9017a0a0349cd389eafcd3.zip |
[PATCH] scx200_gpio: use 1 cdev for N minors, not N for N
Remove the scx200_gpio's cdev-array & ksalloc, replacing it with a single
static struct cdev, which is sufficient for all the pins.
cdev_put is commented out since kernel wont link properly with it, and its
apparently not needed.
With these patches, this driver continues to work with Chris Boot's
leds_48xx driver.
Signed-off-by Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions