mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:11 +00:00
drivers/mfd/ab3100-core.c: fix powerpc build error
commit 00d3803b656a5f0935518d746f6bb27d5181d29d upstream. drivers/mfd/ab3100-core.c:647: error: ab3100_init_settings causes a section type conflict Cc: Anton Vorontsov <avorontsov@ru.mvista.com> Cc: Samuel Ortiz <sameo@linux.intel.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c9aac6645f
commit
02e87c91e8
@@ -643,7 +643,7 @@ struct ab3100_init_setting {
|
||||
u8 setting;
|
||||
};
|
||||
|
||||
static const struct ab3100_init_setting __initdata
|
||||
static const struct ab3100_init_setting __initconst
|
||||
ab3100_init_settings[] = {
|
||||
{
|
||||
.abreg = AB3100_MCA,
|
||||
|
||||
Reference in New Issue
Block a user