-
Notifications
You must be signed in to change notification settings - Fork 579
Description
Compiling this linux I get many errors similar to:
arch/arm/mach-omap2/dss-common.o: In function of_changeset_add_property_u32': |/kernel-source/include/linux/of.h:1116: multiple definition ofof_changeset_add_property_u32'
| arch/arm/mach-omap2/id.o:/kernel-source/include/linux/of.h:1116: first defined here
| arch/arm/mach-omap2/dss-common.o: In function of_changeset_add_property_bool': | /kernel-source/include/linux/of.h:1122: multiple definition ofof_changeset_add_property_bool'
| arch/arm/mach-omap2/id.o:/kernel-source/include/linux/of.h:1122: first defined here
| /kernel-source/scripts/Makefile.build:337: recipe for target 'arch/arm/mach-omap2/built-in.o' failed
The patch which introduces this is:
commit 8d2e106
Author: Pantelis Antoniou pantelis.antoniou@konsulko.com
Date: Wed Jun 10 18:35:53 2015 +0300