Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alessandro Rubini and committed by
Russell King
a875cfbb dccd2304

+1 -1
+1 -1
drivers/amba/bus.c
··· 16 16 #include <linux/pm.h> 17 17 #include <linux/pm_runtime.h> 18 18 #include <linux/amba/bus.h> 19 + #include <linux/sizes.h> 19 20 20 21 #include <asm/irq.h> 21 - #include <asm/sizes.h> 22 22 23 23 #define to_amba_driver(d) container_of(d, struct amba_driver, drv) 24 24