From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751014AbcFXIGm (ORCPT ); Fri, 24 Jun 2016 04:06:42 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:34663 "EHLO mx0a-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750874AbcFXIGi (ORCPT ); Fri, 24 Jun 2016 04:06:38 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Fri, 24 Jun 2016 09:05:58 +0100 From: Charles Keepax To: Amitoj Kaur Chawla CC: , , , , , , , Subject: Re: [PATCH] ASOC: wm8753: Remove unneeded header file Message-ID: <20160624080558.GW1552@localhost.localdomain> References: <20160624062135.GA23457@amitoj-Inspiron-3542> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20160624062135.GA23457@amitoj-Inspiron-3542> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 impostorscore=0 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1606240092 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 24, 2016 at 11:51:36AM +0530, Amitoj Kaur Chawla wrote: > Drop redundant include of moduleparam.h > > The Coccinelle semantic patch used to make this change is as follows: > @ includesmodule @ > @@ > > #include > > @ depends on includesmodule @ > @@ > > - #include > > Signed-off-by: Amitoj Kaur Chawla > --- Acked-by: Charles Keepax Thanks, Charles