From: Alessandro Rubini Date: Sun, 24 Jun 2012 11:46:16 +0000 (+0100) Subject: ARM: 7431/1: amba: use the new linux/sizes.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a875cfbb344766232e3a1a54b6e36d11cecee9ec;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ARM: 7431/1: amba: use the new linux/sizes.h Signed-off-by: Alessandro Rubini Acked-by: Giancarlo Asnaghi Acked-by: Linus Walleij Cc: Alan Cox Signed-off-by: Russell King --- diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c index b7e728517284..e8eb91bd0d28 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)