Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758542AbcLOPZN (ORCPT ); Thu, 15 Dec 2016 10:25:13 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34253 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758520AbcLOPZM (ORCPT ); Thu, 15 Dec 2016 10:25:12 -0500 From: Corentin Labbe To: bardliao@realtek.com, oder_chiou@realtek.com, lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH 2/2] ASoC: rt5677: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 16:23:02 +0100 Message-Id: <20161215152302.7939-2-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161215152302.7939-1-clabbe.montjoie@gmail.com> References: <20161215152302.7939-1-clabbe.montjoie@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 647 Lines: 22 sound/soc/codecs/rt5677-spi.c does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe --- sound/soc/codecs/rt5677-spi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/rt5677-spi.c b/sound/soc/codecs/rt5677-spi.c index ebd0f7c..bd51f36 100644 --- a/sound/soc/codecs/rt5677-spi.c +++ b/sound/soc/codecs/rt5677-spi.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include -- 2.10.2