Axel Lin 3f0456bfd7 ASoC: wm8782: 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 wm8782_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>
2011-10-02 19:58:44 +01:00
..
2011-08-31 09:57:44 +01:00
2011-09-21 14:55:50 +01:00
2011-09-27 11:21:40 +01:00
2011-09-19 18:31:59 +01:00
2011-10-02 19:57:19 +01:00
2011-07-09 19:06:33 +09:00
2011-07-29 07:53:08 +02:00