From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933482AbaHYUOI (ORCPT ); Mon, 25 Aug 2014 16:14:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33169 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933458AbaHYUOF (ORCPT ); Mon, 25 Aug 2014 16:14:05 -0400 Date: Mon, 25 Aug 2014 13:13:24 -0700 From: Greg Kroah-Hartman To: Pranith Kumar Cc: Jiri Slaby , "open list:SERIAL DRIVERS" , open list Subject: Re: [PATCH] serial: Fix build failure caused by missing header file Message-ID: <20140825201324.GA32033@kroah.com> References: <1408553745-3536-1-git-send-email-bobby.prani@gmail.com> <1408553745-3536-2-git-send-email-bobby.prani@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408553745-3536-2-git-send-email-bobby.prani@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 20, 2014 at 12:55:45PM -0400, Pranith Kumar wrote: > Fix build failure caused by missing header file: > > drivers/tty/serial/nwpserial.c: In function 'wait_for_bits': > drivers/tty/serial/nwpserial.c:53:3: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration] > > Signed-off-by: Pranith Kumar > --- > drivers/tty/serial/nwpserial.c | 1 + > 1 file changed, 1 insertion(+) Where is this failing? What arch? What kernel version did it show up in (i.e. what commit caused this problem?) thanks, greg k-h