From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754091AbcDYIn7 (ORCPT ); Mon, 25 Apr 2016 04:43:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:50194 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753894AbcDYIn6 (ORCPT ); Mon, 25 Apr 2016 04:43:58 -0400 Date: Mon, 25 Apr 2016 10:43:57 +0200 Message-ID: From: Takashi Iwai To: "Alexandre Belloni" Cc: "Jaroslav Kysela" , , "Mark Brown" , Subject: Re: [PATCH] ALSA: timer: remove legacy rtctimer In-Reply-To: <1461373085-16679-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1461373085-16679-1-git-send-email-alexandre.belloni@free-electrons.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 23 Apr 2016 02:58:05 +0200, Alexandre Belloni wrote: > > There are no users of rtctimer left. Remove its code as this is the > in-kernel user of the legacy PC RTC driver that will hopefully be removed > at some point. > > Signed-off-by: Alexandre Belloni > --- > Note that I've kept the definition of SNDRV_TIMER_GLOBAL_RTC as it is exposed to > userspace. USerspace will still properly get -ENODEV when trying to use it (as > if it was compiled out of the kernel anyway). It makes sense to get rid of this one, yes. I applied it now. Thanks. Takashi