From mboxrd@z Thu Jan 1 00:00:00 1970 From: net147@gmail.com (Jonathan Liu) Date: Tue, 19 Sep 2017 21:50:42 +1000 Subject: [PATCH] ARM: uaccess: Add missing include for set_thread_flag Message-ID: <20170919115042.6800-1-net147@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Fixes "implicit declaration of function" compile error for out-of-tree kernel modules including asm/uaccess.h. Fixes: 73ac5d6a2b6a ("arm/syscalls: Check address limit on user-mode return") Signed-off-by: Jonathan Liu --- arch/arm/include/asm/uaccess.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/uaccess.h b/arch/arm/include/asm/uaccess.h index 87936dd5d151..13d1877ffb75 100644 --- a/arch/arm/include/asm/uaccess.h +++ b/arch/arm/include/asm/uaccess.h @@ -17,6 +17,7 @@ #include #include +#include #include /* -- 2.13.2 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751799AbdISLsb (ORCPT ); Tue, 19 Sep 2017 07:48:31 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:36337 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbdISLsa (ORCPT ); Tue, 19 Sep 2017 07:48:30 -0400 X-Google-Smtp-Source: AOwi7QDVTXGGxnTzPWcPEvljCdH4cs/2g8xYR2b++/Wakgk87De0DQGbjQI3saPvs5fqUDgacqRJ1g== From: Jonathan Liu To: Russell King , Thomas Garnier , Thomas Gleixner Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jonathan Liu Subject: [PATCH] ARM: uaccess: Add missing include for set_thread_flag Date: Tue, 19 Sep 2017 21:50:42 +1000 Message-Id: <20170919115042.6800-1-net147@gmail.com> X-Mailer: git-send-email 2.13.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes "implicit declaration of function" compile error for out-of-tree kernel modules including asm/uaccess.h. Fixes: 73ac5d6a2b6a ("arm/syscalls: Check address limit on user-mode return") Signed-off-by: Jonathan Liu --- arch/arm/include/asm/uaccess.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/uaccess.h b/arch/arm/include/asm/uaccess.h index 87936dd5d151..13d1877ffb75 100644 --- a/arch/arm/include/asm/uaccess.h +++ b/arch/arm/include/asm/uaccess.h @@ -17,6 +17,7 @@ #include #include +#include #include /* -- 2.13.2