[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F2C088E.3090106@windriver.com>
Date: Fri, 3 Feb 2012 11:17:18 -0500
From: Paul Gortmaker <paul.gortmaker@...driver.com>
To: Cong Wang <xiyou.wangcong@...il.com>
CC: <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Ram Pai <linuxram@...ibm.com>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
Geert Uytterhoeven <geert@...ux-m68k.org>, <trivial@...nel.org>
Subject: Re: [Patch] resource: move EXPORT_SYMBOL right after definition
On 12-02-03 08:42 AM, Cong Wang wrote:
> EXPORT_SYMBOL(adjust_resource) should be right after adjust_resource().
Presumably this is to get rid of a checkpatch warning?
Maybe it makes sense to have it go via the trivial tree?
TRIVIAL PATCHES
M: Jiri Kosina <trivial@...nel.org>
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
Paul.
>
> Signed-off-by: WANG Cong <xiyou.wangcong@...il.com>
>
> ---
> diff --git a/kernel/resource.c b/kernel/resource.c
> index 7640b3a..7e8ea66 100644
> --- a/kernel/resource.c
> +++ b/kernel/resource.c
> @@ -749,6 +749,7 @@ int adjust_resource(struct resource *res, resource_size_t start, resource_size_t
> write_unlock(&resource_lock);
> return result;
> }
> +EXPORT_SYMBOL(adjust_resource);
>
> static void __init __reserve_region_with_split(struct resource *root,
> resource_size_t start, resource_size_t end,
> @@ -792,8 +793,6 @@ void __init reserve_region_with_split(struct resource *root,
> write_unlock(&resource_lock);
> }
>
> -EXPORT_SYMBOL(adjust_resource);
> -
> /**
> * resource_alignment - calculate resource's alignment
> * @res: resource pointer
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists