commit | 38405834a6abdf2a644c1384b97d8f0cca769350 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Tue Sep 19 16:44:38 2017 +0530 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Sep 19 22:06:11 2017 +0200 |
tree | bc958be47fd52d9604b412784d5325798b6da1b1 | |
parent | 621c51be8ed17b2d56847a09aa651087ca1d218a [diff] |
ALSA: hrtimer: make hrtimer_hw const and __initconst Make this const as it is only used during a copy operation. Also, make it __initconst as it is only used during the init phase and after this it is not referenced anywhere. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>