diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-12-08 16:08:08 +0100 |
---|---|---|
committer | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-12-08 19:30:41 +0100 |
commit | a9081420811be2a9c7386b4693c5cf1b93b3ae23 (patch) | |
tree | c928ffc071a37ad84ad3024404d44bf953b1f730 /backport/compat/compat-3.7.c | |
parent | d04af61615445fc409758eaeaa90abd0b45c9fad (diff) |
backports: add missing include for linux/of.h
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>
Diffstat (limited to 'backport/compat/compat-3.7.c')
-rw-r--r-- | backport/compat/compat-3.7.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/compat/compat-3.7.c b/backport/compat/compat-3.7.c index b21b8acf..2d739f93 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) |