Skip to content

Commit

Permalink
ARM: 7431/1: amba: use the new linux/sizes.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alessandro Rubini authored and Russell King committed Jun 28, 2012
1 parent dccd230 commit a875cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amba/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a875cfb

Please sign in to comment.