]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
include: don't include linux/sysinfo.h
authorVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 22:39:27 +0000 (23:39 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 22:50:07 +0000 (23:50 +0100)
Older kernels don't have it. It doesn't seem useful.

include/linux/kernel.h

index d99ffa1a0abdb3a22d59bf8fcd16b2584e4da7a5..048e6b1a515bfb4803d183c1e526d37fc705ecc5 100644 (file)
@@ -2,7 +2,7 @@
 #ifndef _LINUX_KERNEL_H
 #define _LINUX_KERNEL_H
 
-#include <linux/sysinfo.h>
+#include <linux/types.h>
 
 /*
  * 'kernel.h' contains some often-used function prototypes etc