diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-06-29 13:32:56 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-29 19:20:15 +0300 |
commit | 343fe850668cc38ba0524aa5880b041b2567ae5c (patch) | |
tree | 9bd45f78cac42d1f60eb26ea0d2ad531e322e1d1 /drivers/fpga/fpga-mgr.c | |
parent | fcc6c877a01f83cbce1cca885ea62df6a10d33c3 (diff) | |
download | linux-343fe850668cc38ba0524aa5880b041b2567ae5c.tar.xz |
ALSA: pcm: constify attribute_group structures.
attribute_groups are not supposed to change at runtime. All functions
working with attribute_groups provided by <linux/device.h> work with const
attribute_group. So mark the non-const structs as const.
File size before:
text data bss dec hex filename
9781 240 8 10029 272d sound/core/pcm.o
File size After adding 'const':
text data bss dec hex filename
9813 176 8 9997 270d sound/core/pcm.o
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions