From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757676Ab1FINGI (ORCPT ); Thu, 9 Jun 2011 09:06:08 -0400 Received: from hera.kernel.org ([140.211.167.34]:33234 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757403Ab1FINGD (ORCPT ); Thu, 9 Jun 2011 09:06:03 -0400 Date: Thu, 9 Jun 2011 13:05:47 GMT From: tip-bot for Ralf Baechle Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com, ralf@linux-mips.org, tglx@linutronix.de, tiwai@suse.de, perex@perex.cz Reply-To: mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, ralf@linux-mips.org, tglx@linutronix.de, perex@perex.cz, tiwai@suse.de In-Reply-To: <20110601180610.532642190@duck.linux-mips.net> References: <20110601180610.532642190@duck.linux-mips.net> To: linux-tip-commits@vger.kernel.org Subject: [tip:timers/cleanup] i8253: Make pcsp sound driver use the shared i8253_lock Git-Commit-ID: 8e1b5adfbee97a187d3e7188a0b248619b76682e X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Thu, 09 Jun 2011 13:05:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 8e1b5adfbee97a187d3e7188a0b248619b76682e Gitweb: http://git.kernel.org/tip/8e1b5adfbee97a187d3e7188a0b248619b76682e Author: Ralf Baechle AuthorDate: Wed, 1 Jun 2011 19:05:03 +0100 Committer: Thomas Gleixner CommitDate: Thu, 9 Jun 2011 15:01:39 +0200 i8253: Make pcsp sound driver use the shared i8253_lock Signed-off-by: Ralf Baechle Cc: Jaroslav Kysela Acked-by: Takashi Iwai Cc: alsa-devel@alsa-project.org Link: http://lkml.kernel.org/r/20110601180610.532642190@duck.linux-mips.net Signed-off-by: Thomas Gleixner --- sound/drivers/pcsp/pcsp.h | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/sound/drivers/pcsp/pcsp.h b/sound/drivers/pcsp/pcsp.h index 6757c30..fc7a2dc 100644 --- a/sound/drivers/pcsp/pcsp.h +++ b/sound/drivers/pcsp/pcsp.h @@ -10,14 +10,8 @@ #define __PCSP_H__ #include -#include -#if defined(CONFIG_MIPS) || defined(CONFIG_X86) -/* Use the global PIT lock ! */ #include -#else -#include -static DEFINE_RAW_SPINLOCK(i8253_lock); -#endif +#include #define PCSP_SOUND_VERSION 0x400 /* read 4.00 */ #define PCSP_DEBUG 0