From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751826AbcFETDj (ORCPT ); Sun, 5 Jun 2016 15:03:39 -0400 Received: from mail-oi0-f54.google.com ([209.85.218.54]:36670 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751315AbcFETDg (ORCPT ); Sun, 5 Jun 2016 15:03:36 -0400 Date: Sun, 5 Jun 2016 14:03:34 -0500 From: Andy Gross To: Stephen Boyd Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Pramod Gurav Subject: Re: [PATCH 1/3] tty: serial: msm: Move header file into driver Message-ID: <20160605190334.GG13357@hector.attlocal.net> References: <20160512010228.21548-1-sboyd@codeaurora.org> <20160512010228.21548-2-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160512010228.21548-2-sboyd@codeaurora.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2016 at 06:02:26PM -0700, Stephen Boyd wrote: > This header file is only used by the driver, so let's merge the > two together to reduce files and make it easier to see the whole > driver without flipping through two files. This also makes it > easier to use the structures defined in msm_serial.c in the > functions that are defined in msm_serial.h by placing them in the > proper locations. > > Signed-off-by: Stephen Boyd Acked-by: Andy Gross