diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/ChangeLog | 4 | ||||
-rw-r--r-- | runtime/autoconf-module-nsections.c | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index f12b5d9a..9e4c3ec6 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,7 @@ +2008-07-24 Josh Stone <joshua.i.stone@intel.com> + + * runtime/autoconf-module-nsections.c: removed + 2008-07-21 David Smith <dsmith@redhat.com> * task_finder_vma.c (__stp_tf_vma_initialize): New function to diff --git a/runtime/autoconf-module-nsections.c b/runtime/autoconf-module-nsections.c deleted file mode 100644 index c1ce58b7..00000000 --- a/runtime/autoconf-module-nsections.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <linux/module.h> - -struct module_sect_attrs x; - -void foo (void) -{ - (void) x.nsections; -} |