diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-15 21:17:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-15 21:17:11 -0500 |
commit | 5466eb5d0ad5e9d4238da71a2a9bd216985a4849 (patch) | |
tree | ade97b6e34e53ad5611fb1d1ac51a850a81bcec7 /arch/arm/kernel/compat.h | |
parent | 2d7f2ea9c989853310c7f6e8be52cc090cc8e66b (diff) | |
parent | 4333298965cd62585bec891a6a5c9f4c806fc6bd (diff) |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] 3362/1: [cleanup] - duplicate decleration of mem_fclk_21285
[ARM] 3365/1: [cleanup] header for compat.c exported functions
[ARM] 3364/1: [cleanup] warning fix - definitions for enable_hlt and disable_hlt
[ARM] 3363/1: [cleanup] process.c - fix warnings
[ARM] 3358/1: [S3C2410] add missing SPI DMA resources
[ARM] 3357/1: enable frontlight on collie
[ARM] Fix "thead" typo
Diffstat (limited to 'arch/arm/kernel/compat.h')
-rw-r--r-- | arch/arm/kernel/compat.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/kernel/compat.h b/arch/arm/kernel/compat.h new file mode 100644 index 000000000000..27e61a68bd1c --- /dev/null +++ b/arch/arm/kernel/compat.h | |||
@@ -0,0 +1,13 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/kernel/compat.h | ||
3 | * | ||
4 | * Copyright (C) 2001 Russell King | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | extern void convert_to_tag_list(struct tag *tags); | ||
12 | |||
13 | extern void squash_mem_tags(struct tag *tag); | ||