X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fmodule.h;h=5de42043dff0c16a9f571e450bf96ed9d388c97e;hb=98562ad8cb03fa6b7ba7f50168cdb34a98abcc1d;hp=9bdf27c7615be7c4c2c25ba86312e895c8bfd866;hpb=5fb24b8109e0cb343cc89cb148a836d490caa456;p=mv-sheeva.git diff --git a/include/linux/module.h b/include/linux/module.h index 9bdf27c7615..5de42043dff 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -62,7 +62,7 @@ struct module_version_attribute { struct module_attribute mattr; const char *module_name; const char *version; -}; +} __attribute__ ((__aligned__(sizeof(void *)))); struct module_kobject {