summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-05-10 07:58:50 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-10 07:58:50 -0700
commit0774aa2d456669415e04d8d56e73ae5f1939509c (patch)
treec278ca7efbadf674b2fb02ad5001aed636157675 /include
parent04c8dca9d426dc7d6df5448a74fc71640615a924 (diff)
parent3e3122a7734939c0f1788b2bcc68d61a33fa6a73 (diff)
Merge master.kernel.org:/home/gregkh/BK/i2c-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h
index 0cea32df8325..e9e7ebfd63d4 100644
--- a/include/linux/cpu.h
+++ b/include/linux/cpu.h
@@ -29,6 +29,7 @@ struct cpu {
};
extern int register_cpu(struct cpu *, int, struct node *);
+extern struct class cpu_class;
/* Stop CPUs going up and down. */
extern struct semaphore cpucontrol;