projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb13e1
)
backport: include printk.h into backport-3.11.c
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 25 Jun 2013 10:46:44 +0000
(12:46 +0200)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Wed, 26 Jun 2013 16:32:21 +0000
(09:32 -0700)
This is needed for pr_warn(), otherwise it's not defined on
all kernels (it is sometimes pulled in by other headers.)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/compat/backport-3.11.c
patch
|
blob
|
history
diff --git
a/backport/compat/backport-3.11.c
b/backport/compat/backport-3.11.c
index dc9073e1a74477ac103709356bbce10e2811fd72..332db4ab3f81205ab9ceb8ad9359cffff215d702 100644
(file)
--- a/
backport/compat/backport-3.11.c
+++ b/
backport/compat/backport-3.11.c
@@
-15,6
+15,7
@@
#include <asm/mtrr.h>
#include <asm/cpufeature.h>
#include <linux/io.h>
+#include <linux/printk.h>
/* arch_phys_wc_add returns an MTRR register index plus this offset. */
#define MTRR_TO_PHYS_WC_OFFSET 1000