Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758017AbcLOJ5U (ORCPT ); Thu, 15 Dec 2016 04:57:20 -0500 Received: from mail-wj0-f193.google.com ([209.85.210.193]:33246 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757602AbcLOJ5R (ORCPT ); Thu, 15 Dec 2016 04:57:17 -0500 From: Corentin Labbe To: realmz6@gmail.com, adi-buildroot-devel@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] blackfin: sram-alloc.c: remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 10:55:01 +0100 Message-Id: <20161215095501.8899-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: 672 Lines: 23 arch/blackfin/mm/sram-alloc.c does not use any miscdevice so the inclusion of linux/miscdevice.h is unnecessary. This patch remove this inclusion. Signed-off-by: Corentin Labbe --- arch/blackfin/mm/sram-alloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/blackfin/mm/sram-alloc.c b/arch/blackfin/mm/sram-alloc.c index 1f3b3ef..66b2062 100644 --- a/arch/blackfin/mm/sram-alloc.c +++ b/arch/blackfin/mm/sram-alloc.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include -- 2.10.2