From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754795AbZJRQUt (ORCPT ); Sun, 18 Oct 2009 12:20:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754630AbZJRQUs (ORCPT ); Sun, 18 Oct 2009 12:20:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49246 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754494AbZJRQUs (ORCPT ); Sun, 18 Oct 2009 12:20:48 -0400 Date: Sun, 18 Oct 2009 18:20:26 +0200 (CEST) From: John Kacur X-X-Sender: jkacur@localhost.localdomain To: linux-kernel@vger.kernel.org, Thomas Gleixner cc: Arnd Bergmann , Alan Cox , Frederic Weisbecker , Ingo Molnar Subject: Re: [PATCHES 4/5] Remove smp_lock.h in the BKL removal effort In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>From c8bebe73d370b7988989bdc92a49d190d3157b6b Mon Sep 17 00:00:00 2001 From: John Kacur Date: Sun, 18 Oct 2009 17:52:04 +0200 Subject: [PATCH] s390: Remove the smp_lock.h include from files that don't use the BKL Signed-off-by: John Kacur --- arch/s390/kernel/compat_linux.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/s390/kernel/compat_linux.c b/arch/s390/kernel/compat_linux.c index ef9c2c1..ef334f5 100644 --- a/arch/s390/kernel/compat_linux.c +++ b/arch/s390/kernel/compat_linux.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include -- 1.6.0.6