From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:09:17 +0000 (+0530) Subject: headers_check fix: linux/nubus.h X-Git-Tag: firefly_0821_release~15230^2~51 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d5c72d7842c71403bc3d57ca05a8a1f96d81e262;p=firefly-linux-kernel-4.4.55.git headers_check fix: linux/nubus.h fix the following 'make headers_check' warning: usr/include/linux/nubus.h:232: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/nubus.h b/include/linux/nubus.h index c4355076d1a5..7382af374731 100644 --- a/include/linux/nubus.h +++ b/include/linux/nubus.h @@ -12,6 +12,7 @@ #ifndef LINUX_NUBUS_H #define LINUX_NUBUS_H +#include #ifdef __KERNEL__ #include #endif