Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760168Ab1FXBrE (ORCPT ); Thu, 23 Jun 2011 21:47:04 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:22461 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760005Ab1FXBrD (ORCPT ); Thu, 23 Jun 2011 21:47:03 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6386"; a="99560409" From: David Brown To: Jesper Juhl Cc: LKML , trivial@kernel.org, devel@driverdev.osuosl.org, Ingo Molnar , Lionel Debroux , Torben Hohn , Andrew Morton , Lucas De Marchi , Thomas Gleixner , Greg Kroah-Hartman Subject: Re: [PATCH 29/37] Remove unneeded version.h includes from drivers/staging/msm/ References: Date: Thu, 23 Jun 2011 18:47:01 -0700 In-Reply-To: (Jesper Juhl's message of "Fri, 24 Jun 2011 00:56:26 +0200 (CEST)") Message-ID: <8yahb7g6lwq.fsf@huya.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) 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 Content-Length: 1060 Lines: 30 On Thu, Jun 23 2011, Jesper Juhl wrote: > It was pointed out by 'make versioncheck' that some includes of > linux/version.h are not needed in drivers/staging/msm/. > This patch removes them. > > Signed-off-by: Jesper Juhl > diff --git a/drivers/staging/msm/msm_fb.c b/drivers/staging/msm/msm_fb.c > index e7ef836..e60f8f9 100644 > --- a/drivers/staging/msm/msm_fb.c > +++ b/drivers/staging/msm/msm_fb.c > @@ -32,7 +32,6 @@ > > #include > #include > -#include > #include > #include > #include Acked-by: David Brown -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- 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/