Home
last modified time | relevance | path

Searched hist:"48860 e40" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/kirkwood/
H A Dkirkwood-i2s.c48860e40 Sat Oct 01 20:18:17 CDT 2011 Axel Lin <axel.lin@gmail.com> ASoC: kirkwood-i2s: Add __devexit_p at necessary place

According to the comments in include/linux/init.h:

"Pointers to __devexit functions must use __devexit_p(function_name), the
wrapper will insert either the function_name or NULL, depending on the config
options."

We have __devexit annotation for kirkwood_i2s_dev_remove(), thus add __devexit_p
at necessary place.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
48860e40 Sat Oct 01 20:18:17 CDT 2011 Axel Lin <axel.lin@gmail.com> ASoC: kirkwood-i2s: Add __devexit_p at necessary place

According to the comments in include/linux/init.h:

"Pointers to __devexit functions must use __devexit_p(function_name), the
wrapper will insert either the function_name or NULL, depending on the config
options."

We have __devexit annotation for kirkwood_i2s_dev_remove(), thus add __devexit_p
at necessary place.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>