blob: 6d1bc64461f8e9d985354f24cca4a5ffa9dda15a (
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
@@ -5,6 +5,8 @@
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,0,0))
+#include <linux/mod_devicetable.h>
+
/*
* since commit 1c5cae815d19ffe02bdfda1260949ef2b1806171
* "net: call dev_alloc_name from register_netdevice" dev_alloc_name is
|