Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936461AbcLOPEP (ORCPT ); Thu, 15 Dec 2016 10:04:15 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34739 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752237AbcLOPEN (ORCPT ); Thu, 15 Dec 2016 10:04:13 -0500 From: Corentin Labbe To: funaho@jurai.org, geert@linux-m68k.org, linux-m68k@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] m68k/mac: remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 16:02:08 +0100 Message-Id: <20161215150208.30752-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: 603 Lines: 23 arch/m68k/mac/misc.c does not use any miscdevice so the inclusion of linux/miscdevice.h is unnecessary. This patch remove this unnecessary include. Signed-off-by: Corentin Labbe --- arch/m68k/mac/misc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/m68k/mac/misc.c b/arch/m68k/mac/misc.c index 0fb54a9..c6b10bd 100644 --- a/arch/m68k/mac/misc.c +++ b/arch/m68k/mac/misc.c @@ -4,7 +4,6 @@ #include #include -#include #include #include #include -- 2.10.2