mfd: remove reference to AVR32 architecture in atmel-smc.c

The AVR32 architecture does no longer exist in the Linux kernel, hence
remove a reference to it in comments to avoid confusion.
Signed-off-by: default avatarHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
parent 300a5965
...@@ -240,7 +240,7 @@ EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_set_cycle); ...@@ -240,7 +240,7 @@ EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_set_cycle);
* @conf: the SMC CS conf to apply * @conf: the SMC CS conf to apply
* *
* Applies an SMC CS configuration. * Applies an SMC CS configuration.
* Only valid on at91sam9/avr32 SoCs. * Only valid on at91sam9 SoCs.
*/ */
void atmel_smc_cs_conf_apply(struct regmap *regmap, int cs, void atmel_smc_cs_conf_apply(struct regmap *regmap, int cs,
const struct atmel_smc_cs_conf *conf) const struct atmel_smc_cs_conf *conf)
...@@ -281,7 +281,7 @@ EXPORT_SYMBOL_GPL(atmel_hsmc_cs_conf_apply); ...@@ -281,7 +281,7 @@ EXPORT_SYMBOL_GPL(atmel_hsmc_cs_conf_apply);
* @conf: the SMC CS conf object to store the current conf * @conf: the SMC CS conf object to store the current conf
* *
* Retrieve the SMC CS configuration. * Retrieve the SMC CS configuration.
* Only valid on at91sam9/avr32 SoCs. * Only valid on at91sam9 SoCs.
*/ */
void atmel_smc_cs_conf_get(struct regmap *regmap, int cs, void atmel_smc_cs_conf_get(struct regmap *regmap, int cs,
struct atmel_smc_cs_conf *conf) struct atmel_smc_cs_conf *conf)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment