diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-12-06 12:35:10 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-12-07 01:20:55 -0500 |
commit | e23e7a1436207217000c2854214bc908936af3cb (patch) | |
tree | aebb83a4e59dde76a79ac60b51b67849c75c545b /sound/pci/lx6464es/lx_core.h | |
parent | 445a51b353c35fe54840c10352ef51152fbb94df (diff) |
ALSA: pci: remove __dev* attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev*
markings will be going away.
Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/lx6464es/lx_core.h')
-rw-r--r-- | sound/pci/lx6464es/lx_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/lx6464es/lx_core.h b/sound/pci/lx6464es/lx_core.h index 4d7ff797a646..5ec5e04da1a5 100644 --- a/sound/pci/lx6464es/lx_core.h +++ b/sound/pci/lx6464es/lx_core.h | |||
@@ -109,7 +109,7 @@ struct lx_rmh { | |||
109 | 109 | ||
110 | 110 | ||
111 | /* low-level dsp access */ | 111 | /* low-level dsp access */ |
112 | int __devinit lx_dsp_get_version(struct lx6464es *chip, u32 *rdsp_version); | 112 | int lx_dsp_get_version(struct lx6464es *chip, u32 *rdsp_version); |
113 | int lx_dsp_get_clock_frequency(struct lx6464es *chip, u32 *rfreq); | 113 | int lx_dsp_get_clock_frequency(struct lx6464es *chip, u32 *rfreq); |
114 | int lx_dsp_set_granularity(struct lx6464es *chip, u32 gran); | 114 | int lx_dsp_set_granularity(struct lx6464es *chip, u32 gran); |
115 | int lx_dsp_read_async_events(struct lx6464es *chip, u32 *data); | 115 | int lx_dsp_read_async_events(struct lx6464es *chip, u32 *data); |