Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753217Ab0DYLTA (ORCPT ); Sun, 25 Apr 2010 07:19:00 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:44347 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752186Ab0DYLS7 (ORCPT ); Sun, 25 Apr 2010 07:18:59 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; b=dsuXng2UdBjtLNpTtsbb5cRutC5pJlGZwNj2DhaltY+ASmulnVmgvuRuJQ7OhZoLGe 1CESZKc1/uEQq2VQKVNGoUehUULBzXPES9+pme00qFyPBIRq5theC5eRF9euWHqsjZM2 WFnTSL6ZfAVUVNLqN1TGiJMGWQChb2tZL1yRQ= From: Alessio Igor Bogani To: Roland McGrath , Oleg Nesterov , Andrew Morton , James Morris , Ingo Molnar Cc: linux-kernel@vger.kernel.org, Alessio Igor Bogani Subject: [PATCH] ptrace: Cleanup useless header Date: Sun, 25 Apr 2010 13:18:48 +0200 Message-Id: <1272194328-7346-1-git-send-email-abogani@texware.it> X-Mailer: git-send-email 1.6.3.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 817 Lines: 27 BKL isn't anymore present into this file thus it is no necessary still include smp_lock.h. Signed-off-by: Alessio Igor Bogani --- kernel/ptrace.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/ptrace.c b/kernel/ptrace.c index 1d4883c..6af9cdd 100644 --- a/kernel/ptrace.c +++ b/kernel/ptrace.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/