From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 08 Feb 2017 00:04:49 +0100 (CET) Received: from mail-wm0-x244.google.com ([IPv6:2a00:1450:400c:c09::244]:34885 "EHLO mail-wm0-x244.google.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992209AbdBGXENXf-5I (ORCPT ); Wed, 8 Feb 2017 00:04:13 +0100 Received: by mail-wm0-x244.google.com with SMTP id u63so30969465wmu.2; Tue, 07 Feb 2017 15:04:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vlOYoSRaitoUSGk6yP1ryaXFWuinzKAK2fe5kHRvsAA=; b=D/FiGqBkM4WpjdGn93cliOWVjnA7B7ccj0yUK7j0g8syNG7IuEa7+hvlqRxqfrCMsK kqadORmX/MDYLT6Zkuqcr/tpAePGC1WQdVUnIObBJolrXPAtwZ7E+uczXC375dY4o7qL y1betD06kMnCnPEtKhDWFjHDLiAfbuz6zFbPwpbMbqGmfAlxgdGnFmttSvdko43JXYn2 CmfBVcqkYFj6nQ+fIJJ6CDnDOVAhxTksERk2weU0nkCJyaXh45zoYl4klPrTKQ8jIxUS Z552pBy1yqEao0ivTTDrG7KWszHCm2p2HtDfeTD7xDRhJv4u1JEg8ACdyE/mSdknfWd8 yAYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vlOYoSRaitoUSGk6yP1ryaXFWuinzKAK2fe5kHRvsAA=; b=U1kJ74rt7fIt4JhmQGPJ3okweldyh7pQ7NaOUlYQ41W/TQ2oytppf36cDXyemB5CxU fZZkPyhtqong1xYDAwu4alCr5uImpvAwgRn9FJTXrrt/3aiOP1+IKocq4FMM6OecCBaT kvA8TPoAxy238MucYk/m7mCpuqRf7TNJFcmoz8kxMkFrxiWxgSkDeGn9FCFnSk0fasxS o8uVSvXhQo3tKCB8LQD/fzvovgTT+JcbKC480P6TXHa3lb3tNILugOlvCEJtXF4EVlvp T+bTuRKIk+CsdZ0cz84PrrGf9082NpPPDGvcpIk6Ju7v6qW+EziXRsbYO/VnQZiJEMZ3 geIA== X-Gm-Message-State: AMke39lRzVwEu+sk9H1PFwHIFiznzswat7pJIi6KL3QOteqnx0NJtbeo09mxYeWUWK5sWg== X-Received: by 10.28.17.20 with SMTP id 20mr15776238wmr.106.1486508647575; Tue, 07 Feb 2017 15:04:07 -0800 (PST) Received: from fainelli-desktop.irv.broadcom.com ([192.19.255.250]) by smtp.gmail.com with ESMTPSA id b15sm9742283wra.4.2017.02.07.15.03.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Feb 2017 15:04:06 -0800 (PST) From: Florian Fainelli To: netdev@vger.kernel.org, linux-mips@linux-mips.org, linux-nfs@vger.kernel.org, linux-scsi@vger.kernel.org, linux-usb@vger.kernel.org, linux-wireless@vger.kernel.org, target-devel@vger.kernel.org Cc: Russell King , Andrew Lunn , Anna Schumaker , "David S. Miller" , Derek Chickles , Felix Manlunas , Florian Fainelli , "J. Bruce Fields" , Jeff Layton , Jiri Slaby , Kalle Valo , "Luis R. Rodriguez" , Madalin Bucur , Microchip Linux Driver Support , "Nicholas A. Bellinger" , Nick Kossifidis , Nicolas Ferre , Raghu Vatsavayi , Ralf Baechle , Satanand Burla , Thomas Petazzoni , Timur Tabi , Trond Myklebust , Vivien Didelot , Woojung Huh Subject: [PATCH net-next v2 02/12] net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.h Date: Tue, 7 Feb 2017 15:02:55 -0800 Message-Id: <20170207230305.18222-3-f.fainelli@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170207230305.18222-1-f.fainelli@gmail.com> References: <20170207230305.18222-1-f.fainelli@gmail.com> Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 56707 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: f.fainelli@gmail.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips From: Russell King net/core/netprio_cgroup.c:303:16: error: expected declaration specifiers or '...' before string constant MODULE_LICENSE("GPL v2"); ^~~~~~~~ Add linux/module.h to fix this. Signed-off-by: Russell King --- net/core/netprio_cgroup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 2ec86fc552df..756637dc7a57 100644 --- a/net/core/netprio_cgroup.c +++ b/net/core/netprio_cgroup.c @@ -13,6 +13,7 @@ #include #include +#include #include #include #include -- 2.9.3