Revision 0f8afa7ca9117276e9519239ed0553be2f04d269 authored by Paul Mundt on 06 March 2008, 04:56:33 UTC, committed by Paul Mundt on 06 March 2008, 04:56:33 UTC
hitfb presently has probe using __init whilst remove uses __devexit.
As this device can't possibly be hotplugged, switch to __exit and
__exit_p() instead.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
1 parent dd4f99b
History
File Mode Size
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 232 bytes
dmasound.h -rw-r--r-- 7.9 KB
dmasound_atari.c -rw-r--r-- 41.5 KB
dmasound_core.c -rw-r--r-- 43.6 KB
dmasound_paula.c -rw-r--r-- 18.7 KB
dmasound_q40.c -rw-r--r-- 13.9 KB

back to top