Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938470AbcLOPqD (ORCPT ); Thu, 15 Dec 2016 10:46:03 -0500 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:48903 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755791AbcLOPqA (ORCPT ); Thu, 15 Dec 2016 10:46:00 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=rf@opensource.wolfsonmicro.com Message-ID: <1481816708.4317.13.camel@rf-debian.wolfsonmicro.main> Subject: Re: [PATCH] ASoC: wm0010: Remove unneeded linux/miscdevice.h include From: Richard Fitzgerald To: Corentin Labbe CC: , , , , , , Date: Thu, 15 Dec 2016 15:45:08 +0000 In-Reply-To: <20161215151943.5076-1-clabbe.montjoie@gmail.com> References: <20161215151943.5076-1-clabbe.montjoie@gmail.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.4.4-3 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1612150244 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 785 Lines: 24 On Thu, 2016-12-15 at 16:19 +0100, Corentin Labbe wrote: > sound/soc/codecs/wm0010.c does not use any miscdevice so this patch > remove this unnecessary inclusion. > > Signed-off-by: Corentin Labbe > --- > sound/soc/codecs/wm0010.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c > index 0eb5dcf..4f5f571 100644 > --- a/sound/soc/codecs/wm0010.c > +++ b/sound/soc/codecs/wm0010.c > @@ -21,7 +21,6 @@ > #include > #include > #include > -#include > #include > #include > #include Looks ok to me. Acked-by: Richard Fitzgerald