From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Date: Mon, 26 May 97 10:43:01 +0200
To: Geert.Uytterhoeven@cs.kuleuven.ac.be
Cc: linux-m68k@phil.uni-sb.de
In-Reply-To: 
	<Pine.LNX.3.95.970522204614.542A-100000@cassandra.thomas.kotnet.org>
	(Geert.Uytterhoeven@thomas.kotnet.org)
Subject: Re: L68K: Keyboard cleanup: waste less precious memory
X-Yow: UH-OH!!  We're out of AUTOMOBILE PARTS and RUBBER GOODS!
Sender: owner-linux-m68k@phil.uni-sb.de
Reply-To: linux-m68k@phil.uni-sb.de

Geert Uytterhoeven <Geert.Uytterhoeven@thomas.kotnet.org> writes:

|> --- linux-2.1.39/arch/m68k/atari/atakeyb.c.orig	Sun May 18 23:08:54 1997
|> +++ linux-2.1.39/arch/m68k/atari/atakeyb.c	Thu May 22 20:14:07 1997
|> @@ -99,7 +99,7 @@
|>   *  - Keypad Left/Right Parenthesis mapped to new K_PPAREN[LR]
|>   */
 
|> -static u_short ataplain_map[NR_KEYS] = {
|> +static u_short ataplain_map[NR_KEYS] = __initdata {

This should be:

|> +static u_short ataplain_map[NR_KEYS] __initdata = {

Andreas.
