Input: pcspkr - separate device and driver registration
authorMichael Neuling <mikey@neuling.org>
Tue, 14 Mar 2006 05:11:50 +0000 (00:11 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Tue, 14 Mar 2006 05:11:50 +0000 (00:11 -0500)
commite5c6c8e457d16c7cbc12f849ad18d4d508950de2
tree25a6342ef5fa5ae19f1fbaed8538290225dba38d
parentaaef685d5726768d25cbdc672a59c284d820b82e
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>
arch/alpha/kernel/setup.c
arch/i386/kernel/setup.c
arch/mips/Kconfig
arch/mips/kernel/Makefile
arch/mips/kernel/i8253.c [new file with mode: 0644]
arch/powerpc/kernel/setup-common.c
drivers/input/misc/pcspkr.c