blob: e2e856eb0563325ac0dac0202a935074f07f6bd2 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- a/include/linux/compat-3.0.h
+++ b/include/linux/compat-3.0.h
@@ -36,6 +36,8 @@ static inline struct page *shmem_read_ma
 #endif
 
 
+#include <linux/mod_devicetable.h>
+
 /*
  * since commit 1c5cae815d19ffe02bdfda1260949ef2b1806171
  * "net: call dev_alloc_name from register_netdevice" dev_alloc_name is
 |