Commit fbbf650c authored by Russell King's avatar Russell King

[ARM] fix missing includes in pm.c

parent 189ea5d0
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
#include <linux/config.h> #include <linux/config.h>
#include <linux/pm.h> #include <linux/pm.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <asm/leds.h> #include <asm/leds.h>
#include <asm/system.h> #include <asm/system.h>
......
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