Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755825AbaGPJ10 (ORCPT ); Wed, 16 Jul 2014 05:27:26 -0400 Received: from cpsmtpb-ews04.kpnxchange.com ([213.75.39.7]:64799 "EHLO cpsmtpb-ews04.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710AbaGPJ1X (ORCPT ); Wed, 16 Jul 2014 05:27:23 -0400 Message-ID: <1405502840.4408.2.camel@x220> Subject: Re: [PATCH 04/19] serial: samsung: Remove support for legacy clock code From: Paul Bolle To: Tomasz Figa Cc: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kukjin Kim , Arnd Bergmann , Olof Johansson , Marek Szyprowski , Mark Brown , Heiko =?ISO-8859-1?Q?St=FCbner?= , Tomasz Figa Date: Wed, 16 Jul 2014 11:27:20 +0200 In-Reply-To: <1404496099-26708-5-git-send-email-t.figa@samsung.com> References: <1404496099-26708-1-git-send-email-t.figa@samsung.com> <1404496099-26708-5-git-send-email-t.figa@samsung.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Jul 2014 09:27:20.0858 (UTC) FILETIME=[24D877A0:01CFA0D8] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2014-07-04 at 19:48 +0200, Tomasz Figa wrote: > All Samsung platforms are now using the Common Clock Framework and the > legacy clock code is being removed, so remove related dead code from > samsung-serial driver as well. > > Reported-by: Arnd Bergmann > Signed-off-by: Tomasz Figa > Cc: Greg Kroah-Hartman (maintainer:SERIAL DRIVERS) > Cc: Jiri Slaby (supporter:TTY LAYER) > Cc: linux-serial@vger.kernel.org (open list:SERIAL DRIVERS) > --- > drivers/tty/serial/samsung.c | 4 ---- > 1 file changed, 4 deletions(-) This just entered linux-next (see next-20140716). > diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c > index 36c7747..cae8ebd 100644 > --- a/drivers/tty/serial/samsung.c > +++ b/drivers/tty/serial/samsung.c > @@ -47,10 +47,6 @@ > > #include > > -#ifdef CONFIG_SAMSUNG_CLOCK > -#include > -#endif > - > #include "samsung.h" > > #if defined(CONFIG_SERIAL_SAMSUNG_DEBUG) && \ There are three further references to CONFIG_SAMSUNG_CLOCK in this file. Those should be removed too, shouldn't they? Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/