From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751703AbaCIFv4 (ORCPT ); Sun, 9 Mar 2014 00:51:56 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54309 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbaCIFvz (ORCPT ); Sun, 9 Mar 2014 00:51:55 -0500 Date: Sat, 8 Mar 2014 21:52:32 -0800 From: Greg Kroah-Hartman To: Johannes Thumshirn Cc: linux-kernel@vger.kernel.org, Johannes Thumshirn Subject: Re: [PATCH 2/2] iio: adc: Fix build error discovered by 0-day build bot Message-ID: <20140309055232.GA15581@kroah.com> References: <1393879609-3284-1-git-send-email-johannes.thumshirn@men.de> <1393879609-3284-2-git-send-email-johannes.thumshirn@men.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1393879609-3284-2-git-send-email-johannes.thumshirn@men.de> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 03, 2014 at 09:46:49PM +0100, Johannes Thumshirn wrote: > From: Johannes Thumshirn > > men_z188_adc needs to include linux/io.h. This fixes a build error > discovered by 0-day buid bot > > Signed-off-by: Johannes Thumshirn > --- > drivers/iio/adc/men_z188_adc.c | 1 + > 1 file changed, 1 insertion(+) Please properly credit who reported the issue with a "Reported-by:" line. Also send patches to the correct maintainers using scripts/get_maintainers.pl, I am not the IIO maintainer. thanks, greg k-h