From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: [PATCH 2/2] net: Remove remaining remnants of pm_qos from netdevice.h Date: Tue, 12 May 2015 09:37:00 -0600 Message-ID: <1431445020-25235-2-git-send-email-dsahern@gmail.com> References: <1431445020-25235-1-git-send-email-dsahern@gmail.com> Cc: David Ahern , Thomas Graf To: netdev@vger.kernel.org Return-path: Received: from mail-ie0-f181.google.com ([209.85.223.181]:34208 "EHLO mail-ie0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753507AbbELPhT (ORCPT ); Tue, 12 May 2015 11:37:19 -0400 Received: by iecmd7 with SMTP id md7so4702865iec.1 for ; Tue, 12 May 2015 08:37:19 -0700 (PDT) In-Reply-To: <1431445020-25235-1-git-send-email-dsahern@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Commit e2c6544829f removed pm_qos from struct net_device but left the comment and header file. Remove those. Signed-off-by: David Ahern Cc: Thomas Graf --- include/linux/netdevice.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index a6d706b2a947..6317012ec1e1 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -25,7 +25,6 @@ #ifndef _LINUX_NETDEVICE_H #define _LINUX_NETDEVICE_H -#include #include #include #include @@ -1499,8 +1498,6 @@ enum netdev_priv_flags { * * @qdisc_tx_busylock: XXX: need comments on this one * - * @pm_qos_req: Power Management QoS object - * * FIXME: cleanup struct net_device such that network protocol info * moves out. */ -- 2.2.1