Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936649AbcLOPVy (ORCPT ); Thu, 15 Dec 2016 10:21:54 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:33173 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933463AbcLOPVw (ORCPT ); Thu, 15 Dec 2016 10:21:52 -0500 From: Corentin Labbe To: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, patches@opensource.wolfsonmicro.com, alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] ASoC: wm0010: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 16:19:43 +0100 Message-Id: <20161215151943.5076-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 620 Lines: 22 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 -- 2.10.2