nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / if_phonet.h
index d70034bcec059800d9d972a6d37096b38cb4809c..bbcdb0a767d87de802237b503a75716f99a3b0aa 100644 (file)
@@ -8,12 +8,7 @@
 #ifndef LINUX_IF_PHONET_H
 #define LINUX_IF_PHONET_H
 
-#define PHONET_MIN_MTU         6       /* pn_length = 0 */
-#define PHONET_MAX_MTU         65541   /* pn_length = 0xffff */
-#define PHONET_DEV_MTU         PHONET_MAX_MTU
+#include <uapi/linux/if_phonet.h>
 
-#ifdef __KERNEL__
 extern struct header_ops phonet_header_ops;
 #endif
-
-#endif