PCI: Add Netronome vendor and device IDs
[firefly-linux-kernel-4.4.55.git] / include / linux / kallsyms.h
index 56488708da4bf9da82b286c319205e432b924842..6883e197acb9e939156c4934d9cc7150b1b107f5 100644 (file)
@@ -9,7 +9,7 @@
 #include <linux/kernel.h>
 #include <linux/stddef.h>
 
-#define KSYM_NAME_LEN 255
+#define KSYM_NAME_LEN 128
 #define KSYM_SYMBOL_LEN (sizeof("%s+%#lx/%#lx [%s]") + (KSYM_NAME_LEN - 1) + \
                         2*(BITS_PER_LONG*3/10) + (MODULE_NAME_LEN - 1) + 1)