From mboxrd@z Thu Jan 1 00:00:00 1970
From: daniel.lezcano@linaro.org (Daniel Lezcano)
Date: Sun, 18 Jan 2015 19:28:58 +0100
Subject: [PATCH RESEND] pxa_timer: fix session missmatch warning
In-Reply-To: <1421286860-23296-1-git-send-email-dbaryshkov@gmail.com>
References: <1421286860-23296-1-git-send-email-dbaryshkov@gmail.com>
Message-ID: <54BBFB6A.5060104@linaro.org>
To: linux-arm-kernel@lists.infradead.org
List-Id: linux-arm-kernel.lists.infradead.org
On 01/15/2015 02:54 AM, Dmitry Eremin-Solenikov wrote:
> Fix the following warning:
>
> WARNING: drivers/clocksource/built-in.o(.text.unlikely+0x70): Section mismatch in reference from the function pxa_timer_common_init() to the function .init.text:clocksource_mmio_init()
> The function pxa_timer_common_init() references
> the function __init clocksource_mmio_init().
> This is often because pxa_timer_common_init lacks a __init
> annotation or the annotation of clocksource_mmio_init is wrong.
>
> Signed-off-by: Dmitry Eremin-Solenikov Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook |
Twitter |
Blog
From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
id S1751387AbbARS3O (ORCPT );
Sun, 18 Jan 2015 13:29:14 -0500
Received: from mail-wi0-f169.google.com ([209.85.212.169]:62290 "EHLO
mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
with ESMTP id S1751277AbbARS3D (ORCPT
);
Sun, 18 Jan 2015 13:29:03 -0500
Message-ID: <54BBFB6A.5060104@linaro.org>
Date: Sun, 18 Jan 2015 19:28:58 +0100
From: Daniel Lezcano
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: Dmitry Eremin-Solenikov ,
Thomas Gleixner ,
Robert Jarzmik , Arnd Bergmann
CC: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RESEND] pxa_timer: fix session missmatch warning
References: <1421286860-23296-1-git-send-email-dbaryshkov@gmail.com>
In-Reply-To: <1421286860-23296-1-git-send-email-dbaryshkov@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Sender: linux-kernel-owner@vger.kernel.org
List-ID:
X-Mailing-List: linux-kernel@vger.kernel.org
On 01/15/2015 02:54 AM, Dmitry Eremin-Solenikov wrote:
> Fix the following warning:
>
> WARNING: drivers/clocksource/built-in.o(.text.unlikely+0x70): Section mismatch in reference from the function pxa_timer_common_init() to the function .init.text:clocksource_mmio_init()
> The function pxa_timer_common_init() references
> the function __init clocksource_mmio_init().
> This is often because pxa_timer_common_init lacks a __init
> annotation or the annotation of clocksource_mmio_init is wrong.
>
> Signed-off-by: Dmitry Eremin-Solenikov Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook |
Twitter |
Blog