diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 16:11:28 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 16:11:28 -0500 |
| commit | c6906a2cb7cc318a56f6c335a2c4a3b004dd9e04 (patch) | |
| tree | 387eb7a58f56e5138040831fe931ff067cebb947 /include/linux | |
| parent | 8903709b054a8dafe4e8c6d9a6444034d7aba36f (diff) | |
| parent | baa91878ab9b0f1cdb7ab03b53ee2e4389245644 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes:
kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in Documentation
kbuild: add a symlink to the source for separate objdirs
kconfig: add script to manipulate .config files on the command line
kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope
bootchart: improve output based on Dave Jones' feedback
fix modules_install via NFS
qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/qnx4_fs.h | 4 | ||||
| -rw-r--r-- | include/linux/qnxtypes.h | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/qnx4_fs.h b/include/linux/qnx4_fs.h index 34a196ee7941..787d19ea9f46 100644 --- a/include/linux/qnx4_fs.h +++ b/include/linux/qnx4_fs.h | |||
| @@ -2,14 +2,12 @@ | |||
| 2 | * Name : qnx4_fs.h | 2 | * Name : qnx4_fs.h |
| 3 | * Author : Richard Frowijn | 3 | * Author : Richard Frowijn |
| 4 | * Function : qnx4 global filesystem definitions | 4 | * Function : qnx4 global filesystem definitions |
| 5 | * Version : 1.0.2 | ||
| 6 | * Last modified : 2000-01-31 | ||
| 7 | * | ||
| 8 | * History : 23-03-1998 created | 5 | * History : 23-03-1998 created |
| 9 | */ | 6 | */ |
| 10 | #ifndef _LINUX_QNX4_FS_H | 7 | #ifndef _LINUX_QNX4_FS_H |
| 11 | #define _LINUX_QNX4_FS_H | 8 | #define _LINUX_QNX4_FS_H |
| 12 | 9 | ||
| 10 | #include <linux/types.h> | ||
| 13 | #include <linux/qnxtypes.h> | 11 | #include <linux/qnxtypes.h> |
| 14 | #include <linux/magic.h> | 12 | #include <linux/magic.h> |
| 15 | 13 | ||
diff --git a/include/linux/qnxtypes.h b/include/linux/qnxtypes.h index a3eb1137857b..bebbe5cc4fb8 100644 --- a/include/linux/qnxtypes.h +++ b/include/linux/qnxtypes.h | |||
| @@ -2,9 +2,6 @@ | |||
| 2 | * Name : qnxtypes.h | 2 | * Name : qnxtypes.h |
| 3 | * Author : Richard Frowijn | 3 | * Author : Richard Frowijn |
| 4 | * Function : standard qnx types | 4 | * Function : standard qnx types |
| 5 | * Version : 1.0.2 | ||
| 6 | * Last modified : 2000-01-06 | ||
| 7 | * | ||
| 8 | * History : 22-03-1998 created | 5 | * History : 22-03-1998 created |
| 9 | * | 6 | * |
| 10 | */ | 7 | */ |
| @@ -12,6 +9,8 @@ | |||
| 12 | #ifndef _QNX4TYPES_H | 9 | #ifndef _QNX4TYPES_H |
| 13 | #define _QNX4TYPES_H | 10 | #define _QNX4TYPES_H |
| 14 | 11 | ||
| 12 | #include <linux/types.h> | ||
| 13 | |||
| 15 | typedef __le16 qnx4_nxtnt_t; | 14 | typedef __le16 qnx4_nxtnt_t; |
| 16 | typedef __u8 qnx4_ftype_t; | 15 | typedef __u8 qnx4_ftype_t; |
| 17 | 16 | ||
