Commit 22ff2891 authored by Patrick Mochel's avatar Patrick Mochel

[driver model] Make sure right header is used for cpu.c

parent 35e5d234
......@@ -2,7 +2,7 @@
* drivers/base/cpu.c - basic CPU class support
*/
#include <linux/device.h>
#include <linux/sysdev.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/cpu.h>
......@@ -13,6 +13,7 @@ struct sysdev_class cpu_sysdev_class = {
set_kset_name("cpu"),
};
/*
* register_cpu - Setup a driverfs device for a CPU.
* @num - CPU number to use when creating the device.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment