From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Fri, 1 Nov 2013 10:59:34 +0000 Subject: [PATCH 4/4] ARM: sa1100: switch to COMMON_CLK framework In-Reply-To: <1383303131-29550-4-git-send-email-dmitry_eremin@mentor.com> References: <1383303131-29550-1-git-send-email-dmitry_eremin@mentor.com> <1383303131-29550-4-git-send-email-dmitry_eremin@mentor.com> Message-ID: <20131101105933.GL16735@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Nov 01, 2013 at 02:52:11PM +0400, Dmitry Eremin-Solenikov wrote: > +#include > +#include > +#include > + > +#include If the aim of this patch set is to move SA11x0 towards multiplatform, then this has just failed with the above include. It would be better not to try this without first solving the problem of the SoC register definitions.