diff options
| -rw-r--r-- | arch/arm/mach-pxa/corgi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index 06022b235730..89f790dda93e 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/i2c.h> | 26 | #include <linux/i2c.h> |
| 27 | #include <linux/i2c/pxa-i2c.h> | 27 | #include <linux/i2c/pxa-i2c.h> |
| 28 | #include <linux/io.h> | 28 | #include <linux/io.h> |
| 29 | #include <linux/regulator/machine.h> | ||
| 29 | #include <linux/spi/spi.h> | 30 | #include <linux/spi/spi.h> |
| 30 | #include <linux/spi/ads7846.h> | 31 | #include <linux/spi/ads7846.h> |
| 31 | #include <linux/spi/corgi_lcd.h> | 32 | #include <linux/spi/corgi_lcd.h> |
| @@ -752,6 +753,8 @@ static void __init corgi_init(void) | |||
| 752 | sharpsl_nand_partitions[1].size = 53 * 1024 * 1024; | 753 | sharpsl_nand_partitions[1].size = 53 * 1024 * 1024; |
| 753 | 754 | ||
| 754 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 755 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
| 756 | |||
| 757 | regulator_has_full_constraints(); | ||
| 755 | } | 758 | } |
| 756 | 759 | ||
| 757 | static void __init fixup_corgi(struct tag *tags, char **cmdline) | 760 | static void __init fixup_corgi(struct tag *tags, char **cmdline) |
