s390/comments: unify copyright messages and remove file names
[linux-2.6-block.git] / arch / s390 / include / asm / cputime.h
index 718374de9c7f3f75f658bbaedb54695760ed25eb..357ea7b9714efea377b4487b52a6015e77427fc8 100644 (file)
@@ -1,7 +1,5 @@
 /*
- *  include/asm-s390/cputime.h
- *
- *  (C) Copyright IBM Corp. 2004
+ *  Copyright IBM Corp. 2004
  *
  *  Author: Martin Schwidefsky <schwidefsky@de.ibm.com>
  */
@@ -167,12 +165,12 @@ static inline clock_t cputime64_to_clock_t(cputime64_t cputime)
 }
 
 struct s390_idle_data {
+       int nohz_delay;
        unsigned int sequence;
        unsigned long long idle_count;
        unsigned long long idle_enter;
        unsigned long long idle_exit;
        unsigned long long idle_time;
-       int nohz_delay;
 };
 
 DECLARE_PER_CPU(struct s390_idle_data, s390_idle);