aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2009-06-12 04:26:21 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-06-12 04:27:29 -0400
commit76d4e00a05d06c1d1552adea24fcf6182c9d8999 (patch)
tree932881ed89489a912fc4c3ab15b03290283d60e2 /drivers/s390/cio
parent7aa79f948749da7de3de0c427e9c9ee0ff595243 (diff)
[S390] merge cpu.h into cputime.h
All definition in cpu.h have to do with cputime accounting. Move them to cputime.h and remove the header file. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/cio')
-rw-r--r--drivers/s390/cio/cio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/cio.c b/drivers/s390/cio/cio.c
index 2aebb9823044..9889f188c7c5 100644
--- a/drivers/s390/cio/cio.c
+++ b/drivers/s390/cio/cio.c
@@ -28,7 +28,7 @@
28#include <asm/chpid.h> 28#include <asm/chpid.h>
29#include <asm/airq.h> 29#include <asm/airq.h>
30#include <asm/isc.h> 30#include <asm/isc.h>
31#include <asm/cpu.h> 31#include <asm/cputime.h>
32#include <asm/fcx.h> 32#include <asm/fcx.h>
33#include <asm/nmi.h> 33#include <asm/nmi.h>
34#include <asm/crw.h> 34#include <asm/crw.h>