lkml.org 
[lkml]   [2014]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC 01/47] mtd: nand: export useful functions from core driver
On Mar 25, Lee Jones wrote:
> These functions are utilised by the STM BCH NAND Controller driver.
>
[..]
> -static int nand_suspend(struct mtd_info *mtd)
> +int nand_suspend(struct mtd_info *mtd)
> {
> return nand_get_device(mtd, FL_PM_SUSPENDED);
> }
> +EXPORT_SYMBOL(nand_suspend);
>
> /**
> * nand_resume - [MTD Interface] Resume the NAND flash
> * @mtd: MTD device structure
> */
> -static void nand_resume(struct mtd_info *mtd)
> +void nand_resume(struct mtd_info *mtd)
> {
> struct nand_chip *chip = mtd->priv;
>
> @@ -2776,6 +2779,7 @@ static void nand_resume(struct mtd_info *mtd)
> pr_err("%s called for a chip which is not in suspended state\n",
> __func__);
> }
> +EXPORT_SYMBOL(nand_resume);
>

The patch that adds the PM support for the driver makes no use of these.

Can you detail why do you need to export these?
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
--
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/

\
 
 \ /
  Last update: 2014-03-25 14:41    [W:0.259 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site