commit | 134c99e907ef2572cdaa148c191984b95d671981 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <[email protected]> | Thu Apr 26 00:04:40 2007 -0700 |
committer | Russell King <[email protected]> | Thu May 03 14:16:56 2007 +0100 |
tree | 330f39bb2fc581dd78388f5a3105915ddee5c7ce | |
parent | 73b6a2be8b29b2067aa3c0f1d6433b6148d88705 [diff] |
[ARM] ecard: convert to use the kthread API This patch modifies the startup of kecardd to use kthread_run not a kernel_thread combination of kernel_thread and daemonize. Making the code slightly simpler and more maintainable. Signed-off-by: Eric W. Biederman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Russell King <[email protected]>