]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h>
authorAlessandro Rubini <rubini@gnudd.com>
Sun, 24 Jun 2012 11:46:05 +0000 (12:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Jun 2012 16:14:34 +0000 (17:14 +0100)
commitdccd2304cc907c4b4d2920eeb24b055320fe942e
treef5242f8cd7c7ebb396959cdcfc108d15e0f3affe
parentf8f5701bdaf9134b1f90e5044a82c66324d2073f
ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h>

sizes.h is used throughout the AMBA code and drivers, so the header
should be available to everyone in order to driver AMBA/PrimeCell
peripherals behind a PCI bridge where the host can be any platform
(I'm doing it under x86).

At this step <asm-generic/sizes.h> includes <linux/sizes.h>,
to allow a grace period for both in-tree and out-of-tree drivers.

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>
include/asm-generic/sizes.h
include/linux/sizes.h [new file with mode: 0644]