From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941985AbcJEWhr (ORCPT ); Wed, 5 Oct 2016 18:37:47 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:44532 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754969AbcJEWhn (ORCPT ); Wed, 5 Oct 2016 18:37:43 -0400 Date: Wed, 5 Oct 2016 23:37:37 +0100 From: Al Viro To: Sudip Mukherjee Cc: Arnd Bergmann , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] char: tb0219: fix build failure Message-ID: <20161005223737.GI19539@ZenIV.linux.org.uk> References: <1475675002-18854-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475675002-18854-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 05, 2016 at 07:13:22PM +0530, Sudip Mukherjee wrote: > The build of mips tb0219_defconfig was failing with the error: > > drivers/char/tb0219.c:188:2: > error: implicit declaration of function 'put_user' > drivers/char/tb0219.c:216:3: > error: implicit declaration of function 'get_user' this one, OTOH, was not; fix folded, with credits to you.