Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755117AbdIRR2N (ORCPT ); Mon, 18 Sep 2017 13:28:13 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:38805 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752279AbdIRR2L (ORCPT ); Mon, 18 Sep 2017 13:28:11 -0400 X-Google-Smtp-Source: ADKCNb48mkjL9XZj7+ppT2EjAeJIRzvKxGhvLX1fG5hllQa7mWW3JN3Ao+9QhYCcd7o1MMUb1Ah+sg== From: Corentin Labbe To: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include Date: Mon, 18 Sep 2017 19:26:07 +0200 Message-Id: <20170918172607.7001-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.13.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 673 Lines: 22 No file in sound/soc/intel/ use any miscdevice. This patch remove this uncessary include. Signed-off-by: Corentin Labbe --- sound/soc/intel/atom/sst/sst_acpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c index 0e928d54305d..4166925a689b 100644 --- a/sound/soc/intel/atom/sst/sst_acpi.c +++ b/sound/soc/intel/atom/sst/sst_acpi.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include -- 2.13.5