From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751946AbcFETFY (ORCPT ); Sun, 5 Jun 2016 15:05:24 -0400 Received: from mail-oi0-f42.google.com ([209.85.218.42]:35035 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751654AbcFETFV (ORCPT ); Sun, 5 Jun 2016 15:05:21 -0400 Date: Sun, 5 Jun 2016 14:05:18 -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 3/3] tty: serial: msm: Cleanup include usage Message-ID: <20160605190518.GI13357@hector.attlocal.net> References: <20160512010228.21548-1-sboyd@codeaurora.org> <20160512010228.21548-4-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160512010228.21548-4-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:28PM -0700, Stephen Boyd wrote: > The hrtimer include isn't used and neither is serial. Drop those > ones. The irq.h header really should be interrupt.h because this > is an interrupt user and not an interrupt chip. Finally add > wait.h for the wake_up*() usage in this driver and kernel.h for > container_of(). > > Signed-off-by: Stephen Boyd Acked-by: Andy Gross