Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers_check fix: linux/hiddev.h

fix the following 'make headers_check' warning:

usr/include/linux/hiddev.h:40: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

+2
+2
include/linux/hiddev.h
··· 27 27 * Vojtech Pavlik, Ucitelska 1576, Prague 8, 182 00 Czech Republic 28 28 */ 29 29 30 + #include <linux/types.h> 31 + 30 32 /* 31 33 * The event structure itself 32 34 */