Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932280AbbGSSGj (ORCPT ); Sun, 19 Jul 2015 14:06:39 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:32913 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753562AbbGSSGi (ORCPT ); Sun, 19 Jul 2015 14:06:38 -0400 From: Mathias Krause To: Greg Kroah-Hartman Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, Mathias Krause , Paul Gortmaker Subject: [PATCH 0/2] cpu: __ref cleanups Date: Sun, 19 Jul 2015 20:06:20 +0200 Message-Id: <1437329182-4549-1-git-send-email-minipli@googlemail.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 29 Hi Greg, this series removes a few bogus __ref annotations from the cpu code. They are, apparently, left-overs from the __cpuinit cleanup that has happened during the creation of v3.11. Patch 1 is clearly yours but I'm uncertain through which tree the second one should go. I cc'ed the x86 maintainers, just in case... Please apply or tell me where to send to the patches to instead. Thanks, Mathias Krause (2): cpu: Remove bogus __ref annotation of cpu_subsys_online() kernel, cpu: Remove bogus __ref annotations drivers/base/cpu.c | 2 +- kernel/cpu.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/