diff options
author | Alessandro Rubini <[email protected]> | 2012-06-24 12:46:16 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2012-06-28 17:14:35 +0100 |
commit | a875cfbb344766232e3a1a54b6e36d11cecee9ec (patch) | |
tree | 3497e5ad3717e58cf702c791a1faa49c9441bc4a | |
parent | dccd2304cc907c4b4d2920eeb24b055320fe942e (diff) |
ARM: 7431/1: amba: use the new linux/sizes.h
Signed-off-by: Alessandro Rubini <[email protected]>
Acked-by: Giancarlo Asnaghi <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Russell King <[email protected]>
-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) |