linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc/tegra: fuse: export tegra_sku_info for module use
@ 2014-11-28  8:16 Vince Hsu
  2014-11-28  9:18 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Vince Hsu @ 2014-11-28  8:16 UTC (permalink / raw)
  To: swarren, thierry.reding, gnurou, pdeschrijver
  Cc: linux-tegra, linux-kernel, Vince Hsu

Signed-off-by: Vince Hsu <vinceh@nvidia.com>
---
 drivers/soc/tegra/fuse/fuse-tegra.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/tegra/fuse/fuse-tegra.c b/drivers/soc/tegra/fuse/fuse-tegra.c
index 11a5043959dc..011a3363c265 100644
--- a/drivers/soc/tegra/fuse/fuse-tegra.c
+++ b/drivers/soc/tegra/fuse/fuse-tegra.c
@@ -31,6 +31,7 @@
 static u32 (*fuse_readl)(const unsigned int offset);
 static int fuse_size;
 struct tegra_sku_info tegra_sku_info;
+EXPORT_SYMBOL(tegra_sku_info);
 
 static const char *tegra_revision_name[TEGRA_REVISION_MAX] = {
 	[TEGRA_REVISION_UNKNOWN] = "unknown",
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] soc/tegra: fuse: export tegra_sku_info for module use
  2014-11-28  8:16 [PATCH] soc/tegra: fuse: export tegra_sku_info for module use Vince Hsu
@ 2014-11-28  9:18 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2014-11-28  9:18 UTC (permalink / raw)
  To: Vince Hsu; +Cc: swarren, gnurou, pdeschrijver, linux-tegra, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

On Fri, Nov 28, 2014 at 04:16:13PM +0800, Vince Hsu wrote:
> Signed-off-by: Vince Hsu <vinceh@nvidia.com>
> ---
>  drivers/soc/tegra/fuse/fuse-tegra.c | 1 +
>  1 file changed, 1 insertion(+)

This needs a proper description. You need to explain why modules want to
use this structure.

Ideally this would be part of a series of patches that add modules/code
that make use of the symbol.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-28  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-28  8:16 [PATCH] soc/tegra: fuse: export tegra_sku_info for module use Vince Hsu
2014-11-28  9:18 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).