aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nubus.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:39:17 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:15:24 +0530
commitd5c72d7842c71403bc3d57ca05a8a1f96d81e262 (patch)
treefea4d656ff650b7bd3a28a6d846f65279afd98a7 /include/linux/nubus.h
parentde4d3795527b06c67e1333c5662f146b59c97e21 (diff)
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 <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux/nubus.h')
-rw-r--r--include/linux/nubus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nubus.h b/include/linux/nubus.h
index c4355076d1a..7382af37473 100644
--- a/include/linux/nubus.h
+++ b/include/linux/nubus.h
@@ -12,6 +12,7 @@
#ifndef LINUX_NUBUS_H
#define LINUX_NUBUS_H
+#include <linux/types.h>
#ifdef __KERNEL__
#include <asm/nubus.h>
#endif