Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935602AbcLOKR4 (ORCPT ); Thu, 15 Dec 2016 05:17:56 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36280 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755168AbcLOKRx (ORCPT ); Thu, 15 Dec 2016 05:17:53 -0500 From: Corentin Labbe To: rjw@rjwysocki.net, linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] PM / QoS: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 11:15:25 +0100 Message-Id: <20161215101525.22282-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: 538 Lines: 22 pm_qos.h does not use any miscdevice, so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe --- include/linux/pm_qos.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/pm_qos.h b/include/linux/pm_qos.h index 0f65d36..d4d3479 100644 --- a/include/linux/pm_qos.h +++ b/include/linux/pm_qos.h @@ -6,7 +6,6 @@ */ #include #include -#include #include #include -- 2.10.2