From 712c5b5be9513a5b25a839219cce3ccfde02bc11 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Fri, 4 Feb 2011 13:30:10 -0800 Subject: [PATCH] --- yaml --- r: 233533 b: refs/heads/master c: 98562ad8cb03fa6b7ba7f50168cdb34a98abcc1d h: refs/heads/master i: 233531: eb5b1a1851c7aee83a298a54b7ae562b719ff2fd v: v3 --- [refs] | 2 +- trunk/include/linux/module.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6c8045d2ad2a..8e643a449977 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5fb24b8109e0cb343cc89cb148a836d490caa456 +refs/heads/master: 98562ad8cb03fa6b7ba7f50168cdb34a98abcc1d diff --git a/trunk/include/linux/module.h b/trunk/include/linux/module.h index 9bdf27c7615b..5de42043dff0 100644 --- a/trunk/include/linux/module.h +++ b/trunk/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 {