summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-12-08 16:08:08 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2014-01-19 18:15:22 +0100
commitfac1939654e9b46af759ba0d1ce66aa038595115 (patch)
treeb629e4ea281ca6ab9d4258b08a9979f621981fff
parentb4b7ee566b0576a5791c73bcdf6bf27362c36c98 (diff)
backports: add missing include for linux/of.h
Upstream commit: a9081420811be2a9c7386b4693c5cf1b93b3ae23 This fixes a compile error with some config options. Closes bug: https://bugzilla.kernel.org/show_bug.cgi?id=66601 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Reported-by: Richard Röjfors <richard.rojfors@gmail.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rw-r--r--backport/compat/compat-3.7.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/compat/compat-3.7.c b/backport/compat/compat-3.7.c
index 675cf293..d8a173e0 100644
--- a/backport/compat/compat-3.7.c
+++ b/backport/compat/compat-3.7.c
@@ -12,6 +12,7 @@
#include <linux/export.h>
#include <linux/pci.h>
#include <linux/pci_regs.h>
+#include <linux/of.h>
bool mod_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork,
unsigned long delay)