Dash:
[t2-trunk.git] / package / arm / linux24-psionw / hotfix-gcc3.4upstream.patch
blob83c1c8536b811257b107a049597092b074fa8ae4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../linux24-psionw/gcc-3.4-upstream.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- linux-2.4.27/drivers/char/keyboard.c.vanilla 2005-02-01 23:05:43.391427456 +0100
17 +++ linux-2.4.27/drivers/char/keyboard.c 2005-02-01 23:06:31.297144680 +0100
18 @@ -419,6 +419,7 @@
20 rep = 0;
21 out:
22 + ;
26 --- linux-2.4.27/include/asm-arm/hardware/psionw.h.vanilla 2005-02-01 23:04:22.173774416 +0100
27 +++ linux-2.4.27/include/asm-arm/hardware/psionw.h 2005-02-01 23:04:28.740776080 +0100
28 @@ -399,4 +399,4 @@
29 #define COEOI (0x0a0c) /* Codec end of interrupt, write only */
30 #define COTEST (0x0a10) /* Codec test register */
32 -#endif /* __ASM_HARDWARE_PSIONW_H */ \
33 +#endif /* __ASM_HARDWARE_PSIONW_H */
34 --- linux-2.4.27/drivers/char/keyboard_psion.c.vanilla 2005-02-01 23:14:21.000000000 +0100
35 +++ linux-2.4.27/drivers/char/keyboard_psion.c 2005-02-01 23:14:43.000000000 +0100
36 @@ -54,6 +54,8 @@
37 "\000" "\000" "\000" "," "\000" " " "\000";
38 #endif
40 +void debug_gpio(void);
42 void psion_cleartable(void)
44 int key;