From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BBD6C54FCF for ; Mon, 23 Mar 2020 21:47:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F2DC220788 for ; Mon, 23 Mar 2020 21:47:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="NeHpgcXQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727122AbgCWVrC (ORCPT ); Mon, 23 Mar 2020 17:47:02 -0400 Received: from mail27.static.mailgun.info ([104.130.122.27]:62383 "EHLO mail27.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727047AbgCWVq7 (ORCPT ); Mon, 23 Mar 2020 17:46:59 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1585000019; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: Date: Subject: In-Reply-To: References: Cc: To: From: Reply-To: Sender; bh=ZNpFv8n1vyNtNLXdZYwI5uo1FnppFNp10NWp9MPwYDo=; b=NeHpgcXQfwbH86gyHu9zmd4GlGP4Nzsikg9H7xzQmLZ+lMM+YhGciPy5DMaPQK5KYNjU90ru 5hn/bheXlSYL1FLLJKKmp8bK7aq4sEYbOZWhO2fhExfj5ALtI/V8oD51mjtPowMgbhcS0YVW rNdO8unC4h4PE/U1sSlEF9MVOhE= X-Mailgun-Sending-Ip: 104.130.122.27 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5e792e33.7f2b61a663b0-smtp-out-n02; Mon, 23 Mar 2020 21:46:27 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 31ABCC44798; Mon, 23 Mar 2020 21:46:24 +0000 (UTC) Received: from BCAIN (104-54-226-75.lightspeed.austtx.sbcglobal.net [104.54.226.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bcain) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0630CC433CB; Mon, 23 Mar 2020 21:46:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0630CC433CB Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=bcain@codeaurora.org Reply-To: From: "Brian Cain" To: "'Thomas Gleixner'" , "'LKML'" Cc: "'Peter Zijlstra'" , "'Ingo Molnar'" , "'Sebastian Siewior'" , "'Linus Torvalds'" , "'Joel Fernandes'" , "'Oleg Nesterov'" , "'Davidlohr Bueso'" , "'kbuild test robot'" , , "'Logan Gunthorpe'" , "'Bjorn Helgaas'" , "'Kurt Schwemmer'" , , "'Greg Kroah-Hartman'" , "'Felipe Balbi'" , , "'Kalle Valo'" , "'David S. Miller'" , , , "'Darren Hart'" , "'Andy Shevchenko'" , , "'Zhang Rui'" , "'Rafael J. Wysocki'" , , "'Len Brown'" , , "'Nick Hu'" , "'Greentime Hu'" , "'Vincent Chen'" , "'Guo Ren'" , , "'Tony Luck'" , "'Fenghua Yu'" , , "'Michal Simek'" , "'Michael Ellerman'" , "'Arnd Bergmann'" , "'Geoff Levand'" , , "'Paul E . McKenney'" , "'Jonathan Corbet'" , "'Randy Dunlap'" , "'Davidlohr Bueso'" References: <20200321112544.878032781@linutronix.de> <20200321113241.531525286@linutronix.de> In-Reply-To: <20200321113241.531525286@linutronix.de> Subject: RE: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h Date: Mon, 23 Mar 2020 16:46:17 -0500 Message-ID: <0cc301d6015c$7e756490$7b602db0$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQHqwg4Cse+u7XkWseF638AEhQYwggGRIliZqCCrVyA= Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org > -----Original Message----- > From: Thomas Gleixner ... > Subject: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h > > From: Sebastian Andrzej Siewior > > The defconfig compiles without linux/mm.h. With mm.h included the include > chain leands to: > | CC kernel/locking/percpu-rwsem.o > | In file included from include/linux/huge_mm.h:8, > | from include/linux/mm.h:567, > | from arch/hexagon/include/asm/uaccess.h:, > | from include/linux/uaccess.h:11, > | from include/linux/sched/task.h:11, > | from include/linux/sched/signal.h:9, > | from include/linux/rcuwait.h:6, > | from include/linux/percpu-rwsem.h:8, > | from kernel/locking/percpu-rwsem.c:6: > | include/linux/fs.h:1422:29: error: array type has incomplete element type > 'struct percpu_rw_semaphore' > | 1422 | struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS]; > > once rcuwait.h includes linux/sched/signal.h. > > Remove the linux/mm.h include. > > Reported-by: kbuild test robot > Signed-off-by: Sebastian Andrzej Siewior > Signed-off-by: Thomas Gleixner > Cc: Brian Cain > Cc: linux-hexagon@vger.kernel.org > --- > V3: New patch > --- > arch/hexagon/include/asm/uaccess.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/hexagon/include/asm/uaccess.h > b/arch/hexagon/include/asm/uaccess.h > index 00cb38faad0c4..c1019a736ff13 100644 > --- a/arch/hexagon/include/asm/uaccess.h > +++ b/arch/hexagon/include/asm/uaccess.h > @@ -10,7 +10,6 @@ > /* > * User space memory access functions > */ > -#include > #include > > /* > -- > 2.26.0.rc2 > Acked-by: Brian Cain From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Brian Cain" Subject: RE: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h Date: Mon, 23 Mar 2020 16:46:17 -0500 Message-ID: <0cc301d6015c$7e756490$7b602db0$@codeaurora.org> References: <20200321112544.878032781@linutronix.de> <20200321113241.531525286@linutronix.de> Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20200321113241.531525286@linutronix.de> Content-Language: en-us Sender: linux-acpi-owner@vger.kernel.org To: 'Thomas Gleixner' , 'LKML' Cc: 'Peter Zijlstra' , 'Ingo Molnar' , 'Sebastian Siewior' , 'Linus Torvalds' , 'Joel Fernandes' , 'Oleg Nesterov' , 'Davidlohr Bueso' , 'kbuild test robot' , linux-hexagon@vger.kernel.org, 'Logan Gunthorpe' , 'Bjorn Helgaas' , 'Kurt Schwemmer' , linux-pci@vger.kernel.org, 'Greg Kroah-Hartman' , 'Felipe Balbi' , linux-usb@vger.kernel.org, 'Kalle Valo' , "'David S. Miller'" , linux-wireless@vger.k List-Id: platform-driver-x86.vger.kernel.org > -----Original Message----- > From: Thomas Gleixner ... > Subject: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h > > From: Sebastian Andrzej Siewior > > The defconfig compiles without linux/mm.h. With mm.h included the include > chain leands to: > | CC kernel/locking/percpu-rwsem.o > | In file included from include/linux/huge_mm.h:8, > | from include/linux/mm.h:567, > | from arch/hexagon/include/asm/uaccess.h:, > | from include/linux/uaccess.h:11, > | from include/linux/sched/task.h:11, > | from include/linux/sched/signal.h:9, > | from include/linux/rcuwait.h:6, > | from include/linux/percpu-rwsem.h:8, > | from kernel/locking/percpu-rwsem.c:6: > | include/linux/fs.h:1422:29: error: array type has incomplete element type > 'struct percpu_rw_semaphore' > | 1422 | struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS]; > > once rcuwait.h includes linux/sched/signal.h. > > Remove the linux/mm.h include. > > Reported-by: kbuild test robot > Signed-off-by: Sebastian Andrzej Siewior > Signed-off-by: Thomas Gleixner > Cc: Brian Cain > Cc: linux-hexagon@vger.kernel.org > --- > V3: New patch > --- > arch/hexagon/include/asm/uaccess.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/hexagon/include/asm/uaccess.h > b/arch/hexagon/include/asm/uaccess.h > index 00cb38faad0c4..c1019a736ff13 100644 > --- a/arch/hexagon/include/asm/uaccess.h > +++ b/arch/hexagon/include/asm/uaccess.h > @@ -10,7 +10,6 @@ > /* > * User space memory access functions > */ > -#include > #include > > /* > -- > 2.26.0.rc2 > Acked-by: Brian Cain From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8713BC4332B for ; Mon, 23 Mar 2020 22:10:39 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3273E2070A for ; Mon, 23 Mar 2020 22:10:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="NeHpgcXQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3273E2070A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48mT8q6pBpzDqVH for ; Tue, 24 Mar 2020 09:10:35 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=mg.codeaurora.org (client-ip=104.130.122.26; helo=mail26.static.mailgun.info; envelope-from=bounce+ee6c0f.be9e4a-linuxppc-dev=lists.ozlabs.org@mg.codeaurora.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.a=rsa-sha256 header.s=smtp header.b=NeHpgcXQ; dkim-atps=neutral Received: from mail26.static.mailgun.info (mail26.static.mailgun.info [104.130.122.26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with UTF8SMTPS id 48mSdW71j4zDqrZ for ; Tue, 24 Mar 2020 08:46:55 +1100 (AEDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1585000019; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: Date: Subject: In-Reply-To: References: Cc: To: From: Reply-To: Sender; bh=ZNpFv8n1vyNtNLXdZYwI5uo1FnppFNp10NWp9MPwYDo=; b=NeHpgcXQfwbH86gyHu9zmd4GlGP4Nzsikg9H7xzQmLZ+lMM+YhGciPy5DMaPQK5KYNjU90ru 5hn/bheXlSYL1FLLJKKmp8bK7aq4sEYbOZWhO2fhExfj5ALtI/V8oD51mjtPowMgbhcS0YVW rNdO8unC4h4PE/U1sSlEF9MVOhE= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyI5ZmEyMiIsICJsaW51eHBwYy1kZXZAbGlzdHMub3psYWJzLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5e792e32.7fd0cabb5260-smtp-out-n05; Mon, 23 Mar 2020 21:46:26 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 2B1A3C4478F; Mon, 23 Mar 2020 21:46:23 +0000 (UTC) Received: from BCAIN (104-54-226-75.lightspeed.austtx.sbcglobal.net [104.54.226.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bcain) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0630CC433CB; Mon, 23 Mar 2020 21:46:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0630CC433CB Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=bcain@codeaurora.org From: "Brian Cain" To: "'Thomas Gleixner'" , "'LKML'" References: <20200321112544.878032781@linutronix.de> <20200321113241.531525286@linutronix.de> In-Reply-To: <20200321113241.531525286@linutronix.de> Subject: RE: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h Date: Mon, 23 Mar 2020 16:46:17 -0500 Message-ID: <0cc301d6015c$7e756490$7b602db0$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQHqwg4Cse+u7XkWseF638AEhQYwggGRIliZqCCrVyA= X-Mailman-Approved-At: Tue, 24 Mar 2020 09:08:29 +1100 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: bcain@codeaurora.org Cc: 'Randy Dunlap' , linux-ia64@vger.kernel.org, 'Peter Zijlstra' , linux-pci@vger.kernel.org, 'Sebastian Siewior' , platform-driver-x86@vger.kernel.org, 'Guo Ren' , 'Joel Fernandes' , 'Vincent Chen' , 'Ingo Molnar' , 'Jonathan Corbet' , 'Davidlohr Bueso' , 'kbuild test robot' , linux-acpi@vger.kernel.org, "'Paul E . McKenney'" , linux-hexagon@vger.kernel.org, "'Rafael J. Wysocki'" , linux-csky@vger.kernel.org, 'Linus Torvalds' , 'Darren Hart' , 'Zhang Rui' , 'Len Brown' , 'Fenghua Yu' , 'Arnd Bergmann' , linux-pm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, 'Greentime Hu' , 'Bjorn Helgaas' , 'Kurt Schwemmer' , 'Kalle Valo' , 'Felipe Balbi' , 'Michal Simek' , 'Tony Luck' , 'Nick Hu' , 'Geoff Levand' , 'Greg Kroah-Hartman' , linux-usb@vger.kernel.org, linux-wireless@vger.kernel.org, 'Oleg Nesterov' , 'Davidlohr Bueso' , netdev@vger.kernel.org, 'Logan Gunthorpe' , "'David S. Miller'" , 'Andy Shevchenko' Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" > -----Original Message----- > From: Thomas Gleixner ... > Subject: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h > > From: Sebastian Andrzej Siewior > > The defconfig compiles without linux/mm.h. With mm.h included the include > chain leands to: > | CC kernel/locking/percpu-rwsem.o > | In file included from include/linux/huge_mm.h:8, > | from include/linux/mm.h:567, > | from arch/hexagon/include/asm/uaccess.h:, > | from include/linux/uaccess.h:11, > | from include/linux/sched/task.h:11, > | from include/linux/sched/signal.h:9, > | from include/linux/rcuwait.h:6, > | from include/linux/percpu-rwsem.h:8, > | from kernel/locking/percpu-rwsem.c:6: > | include/linux/fs.h:1422:29: error: array type has incomplete element type > 'struct percpu_rw_semaphore' > | 1422 | struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS]; > > once rcuwait.h includes linux/sched/signal.h. > > Remove the linux/mm.h include. > > Reported-by: kbuild test robot > Signed-off-by: Sebastian Andrzej Siewior > Signed-off-by: Thomas Gleixner > Cc: Brian Cain > Cc: linux-hexagon@vger.kernel.org > --- > V3: New patch > --- > arch/hexagon/include/asm/uaccess.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/hexagon/include/asm/uaccess.h > b/arch/hexagon/include/asm/uaccess.h > index 00cb38faad0c4..c1019a736ff13 100644 > --- a/arch/hexagon/include/asm/uaccess.h > +++ b/arch/hexagon/include/asm/uaccess.h > @@ -10,7 +10,6 @@ > /* > * User space memory access functions > */ > -#include > #include > > /* > -- > 2.26.0.rc2 > Acked-by: Brian Cain From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Brian Cain" Date: Mon, 23 Mar 2020 21:46:17 +0000 Subject: RE: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h Message-Id: <0cc301d6015c$7e756490$7b602db0$@codeaurora.org> List-Id: References: <20200321112544.878032781@linutronix.de> <20200321113241.531525286@linutronix.de> In-Reply-To: <20200321113241.531525286@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: 'Thomas Gleixner' , 'LKML' Cc: 'Peter Zijlstra' , 'Ingo Molnar' , 'Sebastian Siewior' , 'Linus Torvalds' , 'Joel Fernandes' , 'Oleg Nesterov' , 'Davidlohr Bueso' , 'kbuild test robot' , linux-hexagon@vger.kernel.org, 'Logan Gunthorpe' , 'Bjorn Helgaas' , 'Kurt Schwemmer' , linux-pci@vger.kernel.org, 'Greg Kroah-Hartman' , 'Felipe Balbi' , linux-usb@vger.kernel.org, 'Kalle Valo' , "'David S. Miller'" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, 'Darren Hart' , 'Andy Shevchenko' , platform-driver-x86@vger.kernel.org, 'Zhang Rui' , "'Rafael J. Wysocki'" , linux-pm@vger.kernel.org, 'Len Brown' , linux-acpi@vger.kernel.org, 'Nick Hu' , 'Greentime Hu' , 'Vincent Chen' , 'Guo Ren' , linux-csky@vger.kernel.org, 'Tony Luck' , 'Fenghua Yu' , linux-ia64@vger.kernel.org, 'Michal Simek' , 'Michael Ellerman' , 'Arnd Bergmann' , 'Geoff Levand' , linuxppc-dev@lists.ozlabs.org, "'Paul E . McKenney'" , 'Jonathan Corbet' , 'Randy Dunlap' , 'Davidlohr Bueso' > -----Original Message----- > From: Thomas Gleixner ... > Subject: [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h > > From: Sebastian Andrzej Siewior > > The defconfig compiles without linux/mm.h. With mm.h included the include > chain leands to: > | CC kernel/locking/percpu-rwsem.o > | In file included from include/linux/huge_mm.h:8, > | from include/linux/mm.h:567, > | from arch/hexagon/include/asm/uaccess.h:, > | from include/linux/uaccess.h:11, > | from include/linux/sched/task.h:11, > | from include/linux/sched/signal.h:9, > | from include/linux/rcuwait.h:6, > | from include/linux/percpu-rwsem.h:8, > | from kernel/locking/percpu-rwsem.c:6: > | include/linux/fs.h:1422:29: error: array type has incomplete element type > 'struct percpu_rw_semaphore' > | 1422 | struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS]; > > once rcuwait.h includes linux/sched/signal.h. > > Remove the linux/mm.h include. > > Reported-by: kbuild test robot > Signed-off-by: Sebastian Andrzej Siewior > Signed-off-by: Thomas Gleixner > Cc: Brian Cain > Cc: linux-hexagon@vger.kernel.org > --- > V3: New patch > --- > arch/hexagon/include/asm/uaccess.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/hexagon/include/asm/uaccess.h > b/arch/hexagon/include/asm/uaccess.h > index 00cb38faad0c4..c1019a736ff13 100644 > --- a/arch/hexagon/include/asm/uaccess.h > +++ b/arch/hexagon/include/asm/uaccess.h > @@ -10,7 +10,6 @@ > /* > * User space memory access functions > */ > -#include > #include > > /* > -- > 2.26.0.rc2 > Acked-by: Brian Cain