diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-12 17:41:23 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-12 17:41:23 +0100 |
commit | de61b542b822746d1498718c40f5dd740da49629 (patch) | |
tree | 3c531813af29e3dd621bbd4086d3da499cc30e25 /arch/mips/kernel | |
parent | fdc1f93847ea618e51f001805e022794d8bffff3 (diff) | |
download | kernel_samsung_tuna-de61b542b822746d1498718c40f5dd740da49629.zip kernel_samsung_tuna-de61b542b822746d1498718c40f5dd740da49629.tar.gz kernel_samsung_tuna-de61b542b822746d1498718c40f5dd740da49629.tar.bz2 |
[MIPS] Rename PC speaker code
While the PC speaker is wired up to the i8254 there is more to the i8254
than just the PC speaker so this code was getting in the way under its
current name.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/kernel/pcspeaker.c (renamed from arch/mips/kernel/i8253.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 961594c..5c8085b 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -63,7 +63,7 @@ obj-$(CONFIG_PROC_FS) += proc.o obj-$(CONFIG_64BIT) += cpu-bugs64.o -obj-$(CONFIG_I8253) += i8253.o +obj-$(CONFIG_PCSPEAKER) += pcspeaker.o obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o diff --git a/arch/mips/kernel/i8253.c b/arch/mips/kernel/pcspeaker.c index 475df69..475df69 100644 --- a/arch/mips/kernel/i8253.c +++ b/arch/mips/kernel/pcspeaker.c |