diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2012-06-24 12:46:16 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-06-28 17:14:35 +0100 |
commit | a875cfbb344766232e3a1a54b6e36d11cecee9ec (patch) | |
tree | 3497e5ad3717e58cf702c791a1faa49c9441bc4a /drivers/amba | |
parent | dccd2304cc907c4b4d2920eeb24b055320fe942e (diff) | |
download | linux-a875cfbb344766232e3a1a54b6e36d11cecee9ec.tar.bz2 |
ARM: 7431/1: amba: use the new linux/sizes.h
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/amba')
-rw-r--r-- | 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 b7e728517284..e8eb91bd0d28 100644 --- a/drivers/amba/bus.c +++ b/drivers/amba/bus.c @@ -16,9 +16,9 @@ #include <linux/pm.h> #include <linux/pm_runtime.h> #include <linux/amba/bus.h> +#include <linux/sizes.h> #include <asm/irq.h> -#include <asm/sizes.h> #define to_amba_driver(d) container_of(d, struct amba_driver, drv) |