From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752657AbdBHTIy (ORCPT ); Wed, 8 Feb 2017 14:08:54 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:36772 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752156AbdBHTAN (ORCPT ); Wed, 8 Feb 2017 14:00:13 -0500 From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Linus Torvalds , Mike Galbraith , Oleg Nesterov , Peter Zijlstra , Thomas Gleixner Subject: [PATCH 27/35] sched/headers: Remove the 'init_pid_ns' prototype from Date: Wed, 8 Feb 2017 19:51:19 +0100 Message-Id: <1486579887-18499-28-git-send-email-mingo@kernel.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486579887-18499-1-git-send-email-mingo@kernel.org> References: <1486579887-18499-1-git-send-email-mingo@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org pid.h already defines it. Cc: Linus Torvalds Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- include/linux/sched.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index fb6571b3bf1e..d5df0f1860b3 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1297,8 +1297,6 @@ static inline struct thread_info *task_thread_info(struct task_struct *task) # define task_thread_info(task) ((struct thread_info *)(task)->stack) #endif -extern struct pid_namespace init_pid_ns; - /* * find a task by one of its numerical ids * -- 2.7.4