From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762996AbXGEXWp (ORCPT ); Thu, 5 Jul 2007 19:22:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760376AbXGEXWA (ORCPT ); Thu, 5 Jul 2007 19:22:00 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:52122 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1760266AbXGEXV7 (ORCPT ); Thu, 5 Jul 2007 19:21:59 -0400 Date: Fri, 6 Jul 2007 01:22:28 +0200 From: Adrian Bunk To: Haavard Skinnemoen Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] lib/ioremap.c should #include Message-ID: <20070705232228.GU3492@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk --- --- linux-2.6.22-rc6-mm1/lib/ioremap.c.old 2007-07-03 05:02:10.000000000 +0200 +++ linux-2.6.22-rc6-mm1/lib/ioremap.c 2007-07-03 05:02:22.000000000 +0200 @@ -8,6 +8,7 @@ #include #include #include +#include #include #include