diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-06-20 11:07:39 +0200 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2008-07-20 19:54:51 +0200 |
commit | 1effe5bc6cfbac4506d7944d68dadbd29ad62645 (patch) | |
tree | 805545bcfba7026e565de14ee251b03739872f34 /include/linux/mfd/asic3.h | |
parent | 6f2384c4bdd4be3dc1e5d22ed5e6f0c3076fda60 (diff) |
mfd: asic3 children platform data removal
Platform devices should be dynamically allocated, and each supported
device should have its own platform data.
For now we just remove this buggy code.
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux/mfd/asic3.h')
-rw-r--r-- | include/linux/mfd/asic3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/asic3.h b/include/linux/mfd/asic3.h index 06ef8165f406..b1c365800ab5 100644 --- a/include/linux/mfd/asic3.h +++ b/include/linux/mfd/asic3.h @@ -32,9 +32,6 @@ struct asic3_platform_data { unsigned int irq_base; unsigned int gpio_base; - - struct platform_device **children; - unsigned int n_children; }; #define ASIC3_NUM_GPIO_BANKS 4 |