From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.dichtel@6wind.com (Nicolas Dichtel) Date: Fri, 13 Jan 2017 17:01:01 +0100 Subject: [PATCH v3 1/8] arm: put types.h in uapi In-Reply-To: <25063.1484321803@warthog.procyon.org.uk> References: <1484304406-10820-2-git-send-email-nicolas.dichtel@6wind.com> <3131144.4Ej3KFWRbz@wuerfel> <1484304406-10820-1-git-send-email-nicolas.dichtel@6wind.com> <25063.1484321803@warthog.procyon.org.uk> List-ID: Message-ID: <4633e475-47f2-5627-81a9-a1747dfddbc0@6wind.com> To: linux-snps-arc@lists.infradead.org Please, do not remove the email subject when you reply. I restore it to ease the thread follow-up. Le 13/01/2017 ? 16:36, David Howells a ?crit : > Nicolas Dichtel wrote: > >> This header file is exported, thus move it to uapi. > > Exported how? It is listed in include/uapi/asm-generic/Kbuild.asm, which is included by arch/arm/include/uapi/asm/Kbuild. You can also have a look at patch #5 to see why it was exported even if it was not in an uapi directory. Regards, Nicolas