diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-04-22 11:29:30 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-17 13:54:30 +0200 |
commit | 75a7f3f18e0deee2023351789cc3c393f07220c7 (patch) | |
tree | b74a90f572f10c6c54b90f9eddb2c1419c5d3ff2 /arch/arm/mach-u300/i2c.h | |
parent | d134636f370070f0aa43bb4b145ed60c440eff17 (diff) | |
download | op-kernel-dev-75a7f3f18e0deee2023351789cc3c393f07220c7.zip op-kernel-dev-75a7f3f18e0deee2023351789cc3c393f07220c7.tar.gz |
ARM: u300: delete all static board data
We have now transferred all the U300 peripherals to the device
tree, so we just select USE_OF, and delete all static board data,
then require that this platform shall be booted using the device
tree and nothing else.
This gets rid of the MMCI (PL180), PL022, and serial PL011
platform data entries and more.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300/i2c.h')
-rw-r--r-- | arch/arm/mach-u300/i2c.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/arm/mach-u300/i2c.h b/arch/arm/mach-u300/i2c.h deleted file mode 100644 index 485c02e..0000000 --- a/arch/arm/mach-u300/i2c.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * arch/arm/mach-u300/i2c.h - * - * Copyright (C) 2009 ST-Ericsson AB - * License terms: GNU General Public License (GPL) version 2 - * - * Register board i2c devices - * Author: Linus Walleij <linus.walleij@stericsson.com> - */ - -#ifndef MACH_U300_I2C_H -#define MACH_U300_I2C_H - -#ifdef CONFIG_I2C_STU300 -void __init u300_i2c_register_board_devices(void); -#else -/* Compile out this stuff if no I2C adapter is available */ -static inline void __init u300_i2c_register_board_devices(void) -{ -} -#endif - -#endif |