Skip to content

Commit

Permalink
PM / devfreq: Remove compiler error after irq.h update
Browse files Browse the repository at this point in the history
Added <linux/module.h> and <linux/stat.h> to avoid a compiler error
because linux/irq.h no longer includes linux/module.h after Linux 3.2.

Signed-off-by: MyungJoo Ham <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
myungjoo authored and rjwysocki committed Nov 10, 2011
1 parent af4c720 commit 952f6d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/devfreq/devfreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#include <linux/errno.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/stat.h>
#include <linux/opp.h>
#include <linux/devfreq.h>
#include <linux/workqueue.h>
Expand Down

0 comments on commit 952f6d1

Please sign in to comment.