From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932436AbbE1Qun (ORCPT ); Thu, 28 May 2015 12:50:43 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:33721 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932420AbbE1Qug (ORCPT ); Thu, 28 May 2015 12:50:36 -0400 From: Kevin Hilman To: Bintian Wang Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v8 4/7] clk: hisilicon: Remove __init for marking function prototypes References: <1432440671-25235-1-git-send-email-bintian.wang@huawei.com> Date: Thu, 28 May 2015 09:50:33 -0700 In-Reply-To: <1432440671-25235-1-git-send-email-bintian.wang@huawei.com> (Bintian Wang's message of "Sun, 24 May 2015 12:11:09 +0800") Message-ID: <7hr3q0k5nq.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bintian Wang writes: > __init markings on function prototypes are useless, so remove > them. > > Suggested-by: Stephen Boyd > Signed-off-by: Bintian Wang Can you repost the whole series please? The number of patches has increased and it's not terribly obvious how to combine your v7 or v8 patches with the v8 patches for proper testing. Thanks, Kevin