From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 17 Jul 2011 17:13:50 +0200 Subject: [U-Boot] [PATCH] Remove volatile qualifier in get_ram_size() calls In-Reply-To: <1309708533-18008-1-git-send-email-albert.u.boot@aribaud.net> References: <1309708533-18008-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <4E22FC2E.307@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 03/07/2011 17:55, Albert ARIBAUD a ?crit : > Checkpatch.pl complains about the volatile qualifier in calls to > get_ram_size(). Remove this qualifier in the prototype and in the > calls where it is useless, and leave it only in the function body > where it is needed. > > Signed-off-by: Albert ARIBAUD > --- Applied to u-boot-arm/master. Amicalement, -- Albert.