Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754992AbdIRRYR (ORCPT ); Mon, 18 Sep 2017 13:24:17 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:37762 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754824AbdIRRYP (ORCPT ); Mon, 18 Sep 2017 13:24:15 -0400 X-Google-Smtp-Source: ADKCNb48SgURJrdwjGYjDugEkl9F2YgGoE/FObA+mPDEcm8c1Gc+1I8y0dxnSnN2pYygoVZxIgFiZg== From: Corentin Labbe To: realmz6@gmail.com Cc: mingo@kernel.org, adi-buildroot-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] blackfin: sram-alloc.c: remove unneeded linux/miscdevice.h include Date: Mon, 18 Sep 2017 19:22:01 +0200 Message-Id: <20170918172201.5907-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: 682 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 d2a96c2c02a3..b7d7542e3ea6 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.13.5