From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Subject: [PATCH V2 2/6] amba: use the new linux/sizes.h Date: Mon, 28 May 2012 18:37:25 +0200 Message-ID: <47bf886a2bc4d9e65b14a5700d5aa874232ec32a.1338222461.git.rubini@gnudd.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: Giancarlo Asnaghi , Alan Cox , Russell King , x86@kernel.org, Greg Kroah-Hartman , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, linux-arch@vger.kernel.org List-Id: linux-serial@vger.kernel.org Signed-off-by: Alessandro Rubini Acked-by: Giancarlo Asnaghi Cc: Russell King Cc: Alan Cox --- drivers/amba/bus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c index b7e7285..e8eb91b 100644 --- a/drivers/amba/bus.c +++ b/drivers/amba/bus.c @@ -16,9 +16,9 @@ #include #include #include +#include #include -#include #define to_amba_driver(d) container_of(d, struct amba_driver, drv) -- 1.7.7.2