From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754211AbbK3NkJ (ORCPT ); Mon, 30 Nov 2015 08:40:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51934 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753931AbbK3NkF (ORCPT ); Mon, 30 Nov 2015 08:40:05 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1448729877-18457-1-git-send-email-linux@roeck-us.net> References: <1448729877-18457-1-git-send-email-linux@roeck-us.net> To: Guenter Roeck Cc: dhowells@redhat.com, Koichi Yasutake , linux-am33-list@redhat.com, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH] mn10300: Select CONFIG_HAVE_UID16 to fix build failure MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25536.1448890800.1@warthog.procyon.org.uk> Date: Mon, 30 Nov 2015 13:40:00 +0000 Message-ID: <25537.1448890800@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Guenter Roeck wrote: > mn10300 builds fail with > > fs/stat.c: In function 'cp_old_stat': > fs/stat.c:163:2: error: 'old_uid_t' undeclared > > ipc/util.c: In function 'ipc64_perm_to_ipc_perm': > ipc/util.c:540:2: error: 'old_uid_t' undeclared > > Select CONFIG_HAVE_UID16 and remove local definition of CONFIG_UID16 > to fix the problem. > > Fixes: fbc416ff8618 ("arm64: fix building without CONFIG_UID16") > Cc: Arnd Bergmann > Signed-off-by: Guenter Roeck Acked-by: David Howells