commit | e5c6c8e457d16c7cbc12f849ad18d4d508950de2 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Tue Mar 14 00:11:50 2006 -0500 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Tue Mar 14 00:11:50 2006 -0500 |
tree | 25a6342ef5fa5ae19f1fbaed8538290225dba38d | |
parent | aaef685d5726768d25cbdc672a59c284d820b82e [diff] |
Input: pcspkr - separate device and driver registration The current pcspkr code combines the device and driver registration. This patch splits these, putting the device registration in the arch specific code. PowerPC and MIPS only have the pcspkr present sometimes. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>