mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by <linux/sysfs.h> work with const attribute_group. So mark the non-const structs as const. File size before: text data bss dec hex filename 9941 1560 0 11501 2ced drivers/input/tablet/aiptek.o File size After adding 'const': text data bss dec hex filename 10005 1496 0 11501 2ced drivers/input/tablet/aiptek.o Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> |
||
|---|---|---|
| .. | ||
| acecad.c | ||
| aiptek.c | ||
| gtco.c | ||
| hanwang.c | ||
| kbtab.c | ||
| Kconfig | ||
| Makefile | ||
| pegasus_notetaker.c | ||
| wacom_serial4.c | ||