[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201109281526.07969.arnd@arndb.de>
Date: Wed, 28 Sep 2011 15:26:07 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Mark Salter <msalter@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org
Subject: Re: [PATCH v3 06/24] C6X: early boot code
On Tuesday 27 September 2011, Mark Salter wrote:
> +int c6x_num_cores;
> +EXPORT_SYMBOL(c6x_num_cores);
> +
> +unsigned int c6x_silicon_rev;
> +EXPORT_SYMBOL(c6x_silicon_rev);
> +
> +/*
> + * Device status register. This holds information
> + * about device configuration needed by some drivers.
> + */
> +unsigned int c6x_devstat;
> +EXPORT_SYMBOL(c6x_devstat);
> +unsigned int ticks_per_ns_scaled;
> +EXPORT_SYMBOL(ticks_per_ns_scaled);
> +
> +unsigned int c6x_core_freq;
> +EXPORT_SYMBOL(c6x_core_freq);
These all look like they are used internally (maybe not
ticks_per_ns_scaled) so it would be more appropriate to make
them EXPORT_SYMBOL_GPL.
Arnd
--
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