Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756976AbcLORNk (ORCPT ); Thu, 15 Dec 2016 12:13:40 -0500 Received: from mail-wj0-f196.google.com ([209.85.210.196]:33139 "EHLO mail-wj0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751448AbcLORNZ (ORCPT ); Thu, 15 Dec 2016 12:13:25 -0500 From: Corentin Labbe To: peterhuewe@gmx.de, tpmdd@selhorst.net, jarkko.sakkinen@linux.intel.com, jgunthorpe@obsidianresearch.com, tpmdd-devel@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] tpm/st33zp24: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 18:10:17 +0100 Message-Id: <20161215171017.30381-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: 635 Lines: 22 tpm/st33zp24/st33zp24.c does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe --- drivers/char/tpm/st33zp24/st33zp24.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/char/tpm/st33zp24/st33zp24.c b/drivers/char/tpm/st33zp24/st33zp24.c index 6f060c7..e8e0f7c 100644 --- a/drivers/char/tpm/st33zp24/st33zp24.c +++ b/drivers/char/tpm/st33zp24/st33zp24.c @@ -18,7 +18,6 @@ #include #include -#include #include #include #include -- 2.10.2