]> err.no Git - linux-2.6/blobdiff - include/linux/cpu.h
[NETFILTER]: x_tables: set the protocol family in x_tables targets/matches
[linux-2.6] / include / linux / cpu.h
index 0ed1d4853c69814530920c14b9c2bb6cee445b92..d612b89dce3320db7d4edafe02dde8d50f8def56 100644 (file)
@@ -32,7 +32,7 @@ struct cpu {
 };
 
 extern int register_cpu(struct cpu *, int, struct node *);
-extern struct sys_device *get_cpu_sysdev(int cpu);
+extern struct sys_device *get_cpu_sysdev(unsigned cpu);
 #ifdef CONFIG_HOTPLUG_CPU
 extern void unregister_cpu(struct cpu *, struct node *);
 #endif