Skip to content

Commit

Permalink
[PATCH] Sonypi: convert to the new platform device interface
Browse files Browse the repository at this point in the history
Do not use platform_device_register_simple() as it is going away, implement
->probe() and -remove() functions so manual binding and unbinding will work
with this driver.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Stelian Pop <stelian@popies.net>
Cc: Mattia Dongili <malattia@linux.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dmitry Torokhov authored and Linus Torvalds committed Jan 9, 2006
1 parent fee781e commit 44f0610
Showing 1 changed file with 206 additions and 152 deletions.
Loading

0 comments on commit 44f0610

Please sign in to comment.